diff options
author | Sebastian Geerken <devnull@localhost> | 2014-09-23 14:54:36 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-09-23 14:54:36 +0200 |
commit | 346143676c0abcb93d2d00c8fc345f471145086a (patch) | |
tree | 964e56d04fe1437ac12766fa4261f07d0383e271 /dw/simpletablecell.hh | |
parent | d2301b7b883f577707b353f9544702dce203ff1b (diff) |
Adjust extra space when correcting requisition by widgets OOF.
Diffstat (limited to 'dw/simpletablecell.hh')
-rw-r--r-- | dw/simpletablecell.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/simpletablecell.hh b/dw/simpletablecell.hh index 4c18b454..c90fc040 100644 --- a/dw/simpletablecell.hh +++ b/dw/simpletablecell.hh @@ -18,6 +18,8 @@ protected: bool getAdjustMinWidth (); + bool adjustExtraSpaceWhenCorrectingRequisitionByOOF (); + public: static int CLASS_ID; |