Made more portable by removing window element_padding parameter
This commit is contained in:
parent
522cfa0aaf
commit
f207d4cc21
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue