File chooser bracket escape
This commit is contained in:
@@ -218,7 +218,7 @@ public class FileChooser extends BaseDialog{
|
|||||||
|
|
||||||
String filename = file.name();
|
String filename = file.name();
|
||||||
|
|
||||||
TextButton button = new TextButton(filename, Styles.clearTogglet);
|
TextButton button = new TextButton(filename.replace("[", "[["), Styles.clearTogglet);
|
||||||
button.getLabel().setWrap(false);
|
button.getLabel().setWrap(false);
|
||||||
button.getLabel().setEllipsis(true);
|
button.getLabel().setEllipsis(true);
|
||||||
group.add(button);
|
group.add(button);
|
||||||
|
|||||||
Reference in New Issue
Block a user