Added filename entry
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user