mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-14 15:02:50 +03:00
More Flex WIP. Updated plan.
This commit is contained in:
@@ -42,6 +42,9 @@ class EE_API FlexLayouter : public UILayouter {
|
||||
|
||||
Float minMainSize{ 0.f };
|
||||
Float maxMainSize{ std::numeric_limits<Float>::max() };
|
||||
bool frozen{ false };
|
||||
bool hasAutoMarginCrossStart{ false };
|
||||
bool hasAutoMarginCrossEnd{ false };
|
||||
|
||||
FlexItem() :
|
||||
widget( nullptr ),
|
||||
|
||||
Reference in New Issue
Block a user