mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 06:51:30 -08:00
Fixed #8658
This commit is contained in:
parent
1266eb00ea
commit
88c201559f
1 changed files with 2 additions and 2 deletions
|
|
@ -435,7 +435,7 @@ public class WaveInfoDialog extends BaseDialog{
|
|||
}).margin(12f);
|
||||
if(++i % 3 == 0) p.row();
|
||||
}
|
||||
}).scrollX(false);
|
||||
}).growX().scrollX(false);
|
||||
dialog.addCloseButton();
|
||||
dialog.show();
|
||||
}
|
||||
|
|
@ -467,7 +467,7 @@ public class WaveInfoDialog extends BaseDialog{
|
|||
}).margin(12f);
|
||||
if(++i % 3 == 0) p.row();
|
||||
}
|
||||
}).scrollX(false);
|
||||
}).growX().scrollX(false);
|
||||
dialog.addCloseButton();
|
||||
dialog.show();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue