mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-10 12:04:36 -04:00
Fix EditorUI build category tab spacing
This commit is contained in:
parent
28c6a3ba97
commit
02b56abf4a
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ $register_ids(EditorUI) {
|
|||
menu->setContentSize({ winSize.width, 50.f });
|
||||
menu->setLayout(
|
||||
RowLayout::create()
|
||||
->setGap(0.f)
|
||||
->setGap(-4.f)
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue