Skip to content

Commit 6ce53ee

Browse files
committed
Changed option y-position default configuration
1 parent 742867a commit 6ce53ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygameMenu/config_menu.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
MENU_DRAW_X = 50
2929

3030
# Upper-left Y-Position of objects into Menu
31-
MENU_DRAW_Y = 57
31+
MENU_DRAW_Y = 60
3232

3333
# Font color
3434
MENU_FONT_COLOR = (255, 255, 255)

0 commit comments

Comments
 (0)