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

View file

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