+ fix gui
This commit is contained in:
@@ -101,6 +101,10 @@ class Gui:
|
|||||||
|
|
||||||
#new popup
|
#new popup
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
class layout_popup:
|
||||||
|
def __init__(self):
|
||||||
text_column = [
|
text_column = [
|
||||||
[
|
[
|
||||||
sg.Text('What should the program do if a file already exists?')
|
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-'),
|
sg.Button(button_text='create expicit name', key='-EXPICIT-'),
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
||||||
class layout_popup:
|
|
||||||
def __init__(self):
|
|
||||||
self.layout = [
|
self.layout = [
|
||||||
[
|
[
|
||||||
sg.Column(text_column),
|
sg.Column(text_column),
|
||||||
|
|||||||
Reference in New Issue
Block a user