diff options
author | Sebastian Geerken <devnull@localhost> | 2014-09-23 14:24:33 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-09-23 14:24:33 +0200 |
commit | d2301b7b883f577707b353f9544702dce203ff1b (patch) | |
tree | 53f7ca48b25f77fd524e93b24072360a9c1313fe /dw/widget.hh | |
parent | 43298239a35f6b75dfc3cb7e392deafb0bb1528c (diff) |
OOFAwareWidget::correctRequisitionByOOF: use splitHeightFun.
Diffstat (limited to 'dw/widget.hh')
-rw-r--r-- | dw/widget.hh | 3 |
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; |