Fix EditorUI build category tab spacing

This commit is contained in:
altalk23 2023-02-26 16:42:44 +03:00
parent 28c6a3ba97
commit 02b56abf4a

View file

@ -228,7 +228,7 @@ $register_ids(EditorUI) {
menu->setContentSize({ winSize.width, 50.f });
menu->setLayout(
RowLayout::create()
->setGap(0.f)
->setGap(-4.f)
);
}