Fixed importing saves / File chooser bad size

This commit is contained in:
Anuken
2018-07-06 09:52:18 -04:00
parent fa0d89b6df
commit 2c97a4aefe
7 changed files with 33 additions and 27 deletions

View File

@@ -145,7 +145,7 @@ public class FileChooser extends FloatingDialog {
content.add(icontable).expandX().fillX();
content.row();
content.center().add(pane).width(UIUtils.portrait() ? Gdx.graphics.getWidth() : Gdx.graphics.getWidth()/Unit.dp.scl(2)).colspan(3).grow();
content.center().add(pane).width(UIUtils.portrait() ? Gdx.graphics.getWidth()/Unit.dp.scl(1) : Gdx.graphics.getWidth()/Unit.dp.scl(2)).colspan(3).grow();
content.row();
if(!open){