Added back title bar

This commit is contained in:
MikeTheWatchGuy 2018-09-06 12:10:58 -04:00
parent 32a9dc79ce
commit 4e5f88f23d
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ layout = [[sg.T('User:', pad=((3,0),0)), sg.OptionMenu(values = ('User 1', 'User
]
form = sg.FlexForm("Time Tracker", default_element_size=(12,1), text_justification='r', auto_size_text=False, auto_size_buttons=False,
default_button_element_size=(12,1), no_titlebar=True)
default_button_element_size=(12,1))
form.Layout(layout)
recording = have_data = False
while True: