Made more portable by removing window element_padding parameter

This commit is contained in:
MikeTheWatchGuy 2018-11-25 10:17:53 -05:00
parent 522cfa0aaf
commit f207d4cc21
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ def gui():
keep_on_top=True, keep_on_top=True,
alpha_channel=.8, # dim the lights a little alpha_channel=.8, # dim the lights a little
location=(2360,310), # locate in upper right corner of screen location=(2360,310), # locate in upper right corner of screen
element_padding=(0,0)
).Layout(layout).Finalize() ).Layout(layout).Finalize()
window.Refresh() window.Refresh()