Skip to content

Commit

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

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

clock = None
main_menu = None
Expand Down

0 comments on commit be65d1b

Please sign in to comment.