mirror of
https://github.com/Anuken/Mindustry.git
synced 2024-12-22 21:54:12 +07:00
Fixed #10326
This commit is contained in:
parent
8c088944c2
commit
89240e6a41
@ -173,7 +173,7 @@ public class WaveInfoDialog extends BaseDialog{
|
||||
t.button(b -> {
|
||||
b.left();
|
||||
b.image(group.type.uiIcon).size(32f).padRight(3).scaling(Scaling.fit);
|
||||
b.add(group.type.localizedName).color(Pal.accent);
|
||||
b.add(group.type.localizedName).ellipsis(true).width(110f).left().color(Pal.accent);
|
||||
|
||||
b.add().growX();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user