Added filename entry

This commit is contained in:
Anuken
2018-10-24 13:09:42 -04:00
parent 605d50166a
commit f87d297155
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,6 @@ public class FileChooser extends FloatingDialog{
}
private void setupWidgets(){
//getCell(content()).maxWidth(UIUtils.portrait() ? Gdx.graphics.getWidth() : Gdx.graphics.getWidth()/Unit.dp.scl(2f));
content().margin(-10);
Table content = new Table();
@@ -137,7 +136,7 @@ public class FileChooser extends FloatingDialog{
icontable.add(up);
Table fieldcontent = new Table();
fieldcontent.bottom().left().add(new Label("File Name:"));
fieldcontent.bottom().left().add(new Label("$text.filename"));
fieldcontent.add(filefield).height(40f).fillX().expandX().padLeft(10f);
Table buttons = new Table();