Skip to content

Commit 7f522f5

Browse files
committed
Fixed scrollbar being too low when hiding piano
1 parent e505651 commit 7f522f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/draw_window_preferences/draw_window_preferences.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ if (selected_tab = 0) {
107107
if (draw_checkbox(x1 + 40, y1 + 256, show_piano, "Show Piano", "Whether the piano should be visible.")) {
108108
show_piano=!show_piano
109109
keysmax=0
110-
rhval=120
110+
rhval=130
111111
if show_piano = 1 {
112112
keysmax=20
113113
rhval=270

0 commit comments

Comments
 (0)