From ac27f312d79cb75628ddd782d7f1da59e486d37f Mon Sep 17 00:00:00 2001 From: oleting Date: Sun, 27 Dec 2020 20:39:09 +0100 Subject: [PATCH] + small fix --- gui/gui.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gui/gui.py b/gui/gui.py index 167d9c1..bae9f76 100644 --- a/gui/gui.py +++ b/gui/gui.py @@ -32,7 +32,7 @@ class Gui: sg.Text('Java File'), sg.In(size=(25, 1), enable_events=True, key="-JAVA FOLDER-"), sg.FileBrowse(file_types=(('Java-File', '*.java'), ('ALL Files', - '*.*')), key='-JAVA FILE-'), # ('ALL Files','*.*') + '*.*')), key='-JAVA FILE-'), ], [ sg.Text('Output Folder'), @@ -43,13 +43,13 @@ class Gui: sg.HSeparator(), ], [ - sg.Text('Optional choose custom font'), + sg.Text('Optional choose custom font and name.'), ], [ sg.Text('TTF File'), sg.In(size=(25, 1), enable_events=True, key="-TTF FOLDER-"), sg.FileBrowse(file_types=(('TTF-File', '*.ttf'), ('ALL Files', - '*.*')), key='-TTF FILE-'), # ('ALL Files','*.*') + '*.*')), key='-TTF FILE-'), ], [ sg.Text('Output name'),