summaryrefslogtreecommitdiff
path: root/src/gui/widgets/layout.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-14 22:34:39 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-14 22:34:39 +0300
commite149243eb20a1bb74657914122bcabc01de2ae36 (patch)
tree28df950c01da2d3d357204c0273531607b682e35 /src/gui/widgets/layout.h
parent4e7b98accb8f6fa927711174e4ee82a731317c74 (diff)
downloadplus-e149243eb20a1bb74657914122bcabc01de2ae36.tar.gz
plus-e149243eb20a1bb74657914122bcabc01de2ae36.tar.bz2
plus-e149243eb20a1bb74657914122bcabc01de2ae36.tar.xz
plus-e149243eb20a1bb74657914122bcabc01de2ae36.zip
Move enum from layout into separate file.
Diffstat (limited to 'src/gui/widgets/layout.h')
-rw-r--r--src/gui/widgets/layout.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/gui/widgets/layout.h b/src/gui/widgets/layout.h
index 9e2cbb698..86b5dddcb 100644
--- a/src/gui/widgets/layout.h
+++ b/src/gui/widgets/layout.h
@@ -64,17 +64,6 @@ class Layout final : public LayoutCell
*/
void reflow(int &restrict nW, int &restrict nH);
- /**
- * When the minimum size of the layout is less than the available size,
- * the remaining pixels are equally split amongst the FILL items.
- */
- enum
- {
- AUTO_DEF = -42, /**< Default value, behaves like AUTO_ADD. */
- AUTO_SET = -43, /**< Uses the share as the new size. */
- AUTO_ADD = -44 /**< Adds the share to the current size. */
- };
-
private:
bool mComputed;
};