+ fix gui

This commit is contained in:
oleting
2020-12-28 19:40:19 +01:00
parent f63aabd8e3
commit 4aec8a2afd

View File

@@ -101,6 +101,10 @@ class Gui:
#new popup
class layout_popup:
def __init__(self):
text_column = [
[
sg.Text('What should the program do if a file already exists?')
@@ -114,9 +118,6 @@ class Gui:
sg.Button(button_text='create expicit name', key='-EXPICIT-'),
]
]
class layout_popup:
def __init__(self):
self.layout = [
[
sg.Column(text_column),