mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-04 07:57:48 +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.setText(state.is(State.menu) ? "$launcheditems" : "$launchinfo");
|
||||||
t.setChecked(col.isCollapsed());
|
t.setChecked(col.isCollapsed());
|
||||||
((Image)t.getChildren().get(1)).setDrawable(col.isCollapsed() ? Icon.upOpen : Icon.downOpen);
|
((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.row();
|
||||||
c.add(col);
|
c.add(col);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user