mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-20 18:09:59 -04:00
make axis alignment even for stats
This commit is contained in:
parent
82b4885eb7
commit
9117ad9cec
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ bool ModPopup::setup(ModSource&& src) {
|
|||
ColumnLayout::create()
|
||||
->setAxisReverse(true)
|
||||
->setDefaultScaleLimits(.1f, 1)
|
||||
->setAxisAlignment(AxisAlignment::Even)
|
||||
);
|
||||
statsContainer->addChildAtPosition(statsLayout, Anchor::Center);
|
||||
|
||||
|
|
Loading…
Reference in a new issue