Added underscore to font

This commit is contained in:
Anuken
2018-01-04 14:36:41 -05:00
parent b486570c28
commit 226ad16242
4 changed files with 3 additions and 6 deletions
@@ -132,9 +132,6 @@ public class FileChooser extends FloatingDialog{
content.top().left();
content.add(icontable).expandX().fillX();
content.row();
//content.add(navigation).colspan(3).left().marginBottom(10f).expandX().fillX().height(40f);
//content.row();
content.center().add(pane).width(Gdx.graphics.getWidth()/Unit.dp.scl(2)).colspan(3).grow();
content.row();
@@ -147,7 +144,6 @@ public class FileChooser extends FloatingDialog{
content.add(buttons).growX();
content().add(content);
//content().add(icontable).expandY().top();
}
private void updateFileFieldStatus(){