aboutsummaryrefslogtreecommitdiff
path: root/dw/widget.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-09-23 14:24:33 +0200
committerSebastian Geerken <devnull@localhost>2014-09-23 14:24:33 +0200
commitd2301b7b883f577707b353f9544702dce203ff1b (patch)
tree53f7ca48b25f77fd524e93b24072360a9c1313fe /dw/widget.hh
parent43298239a35f6b75dfc3cb7e392deafb0bb1528c (diff)
OOFAwareWidget::correctRequisitionByOOF: use splitHeightFun.
Diffstat (limited to 'dw/widget.hh')
-rw-r--r--dw/widget.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/widget.hh b/dw/widget.hh
index 88219764..ca98308e 100644
--- a/dw/widget.hh
+++ b/dw/widget.hh
@@ -190,7 +190,8 @@ protected:
* margin + border + padding + contents.
*
* See also dw::core::Widget::calcExtraSpace and
- * dw::core::Widget::calcExtraSpaceImpl.
+ * dw::core::Widget::calcExtraSpaceImpl. Also, it is feasible to
+ * correct this value within dw::core::Widget::sizeRequestImpl.
*/
style::Box extraSpace;