mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-25 10:25:42 +07:00
Fixed small launch items button
This commit is contained in:
parent
0ffcd0b94c
commit
9ccf95971e
@ -44,7 +44,7 @@ public class ItemsDisplay extends Table{
|
||||
t.setText(state.is(State.menu) ? "$launcheditems" : "$launchinfo");
|
||||
t.setChecked(col.isCollapsed());
|
||||
((Image)t.getChildren().get(1)).setDrawable(col.isCollapsed() ? Icon.upOpen : Icon.downOpen);
|
||||
}).padBottom(4).left().fillX().margin(12f);
|
||||
}).padBottom(4).left().fillX().margin(12f).minWidth(200f);
|
||||
c.row();
|
||||
c.add(col);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user