Skip to content

Commit 3476f72

Browse files
DGC75xantares
authored andcommitted
Update brainworkshop.py: fixed menu overlap positioning
1 parent 07d2e2f commit 3476f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

brainworkshop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2970,7 +2970,7 @@ def __init__(self):
29702970
''.join(str_list),
29712971
multiline = True, width = scale_to_width(260),
29722972
font_size=calc_fontsize(12), weight='bold', color = cfg.COLOR_TEXT,
2973-
x = from_width_center(65), y = from_bottom_edge(230),
2973+
x = from_width_center(65), y = from_bottom_edge(260),
29742974
anchor_x = 'center', anchor_y = 'top')
29752975

29762976
self.space = pyglet.text.Label(

0 commit comments

Comments
 (0)