Skip to content

Commit

Permalink
check pos again
Browse files Browse the repository at this point in the history
  • Loading branch information
mtc-20 committed Sep 29, 2020
1 parent be65d1b commit 2f7d56b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion auto_logger_raspi_GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
'Email: [email protected]']

# Set window position
os.environ['SDL_VIDEO_WINDOW_POS'] = "0,0"
x = 0
y = 0
os.environ['SDL_VIDEO_WINDOW_POS'] = "%d,%d" % (x,y)

clock = None
main_menu = None
Expand Down

0 comments on commit 2f7d56b

Please sign in to comment.