Merge pull request #783 from MikeTheWatchGuy/Dev-latest

Made more portable by removing window element_padding parameter
This commit is contained in:
MikeTheWatchGuy 2018-11-25 10:18:12 -05:00 committed by GitHub
commit 852321a158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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()