+ fix gui
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user