diff options
author | Sebastian Geerken <devnull@localhost> | 2014-10-06 17:30:48 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-10-06 17:30:48 +0200 |
commit | d81d40e6849263a18281a5d64b95c2479ee9f120 (patch) | |
tree | b33e8296d3b012c10a29b81270b1ad6b33a6db56 /dw/oofpositionedmgr.hh | |
parent | b2619e5c7cce1dcc7e1bd70a9fae0095118da6da (diff) |
Too large floats (but not absolutely positioned elements) now affect padding area, not margin area, of container.
Diffstat (limited to 'dw/oofpositionedmgr.hh')
-rw-r--r-- | dw/oofpositionedmgr.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/oofpositionedmgr.hh b/dw/oofpositionedmgr.hh index 8ddecd92..40f3af43 100644 --- a/dw/oofpositionedmgr.hh +++ b/dw/oofpositionedmgr.hh @@ -81,6 +81,7 @@ public: void getSize (core::Requisition *containerReq, int *oofWidth, int *oofHeight); + bool containerMustAdjustExtraSpace (); void getExtremes (core::Extremes *containerExtr, int *oofMinWidth, int *oofMaxWidth); |