Skip to content

Commit 2d7b53c

Browse files
author
ShinkoNet
committed
2 parents 3d1901d + bd04e05 commit 2d7b53c

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
@@ -93,7 +93,7 @@ if (selected_tab = 0) {
9393
}
9494
if (draw_button2(x1 + 22 + 84 + 84, y1 + 286, 96, "Use default")) songfolder = songs_directory
9595
} else if (selected_tab = 1) {
96-
draw_areaheader(x1 + 22, y1 + 74, 446, 140, "Note blocks")
96+
draw_areaheader(x1 + 22, y1 + 74, 456, 140, "Note blocks")
9797
if (draw_radiobox(x1 + 40, y1 + 90, use_colored, "Use colored note blocks", "If the instruments of the note blocks\nshould be recognized by different colors.")) use_colored = 1
9898
if (draw_radiobox(x1 + 40, y1 + 110, !use_colored, "Show instrument icons", "If the instruments of the note blocks should\nbe recognized by their respective icons.")) use_colored = 0
9999
if (draw_checkbox(x1 + 40, y1 + 140, show_numbers, "Show key numbers", "Whether to show the amount of right - clicks required\nfor each note block.")) show_numbers=!show_numbers

0 commit comments

Comments
 (0)