Skip to content

Commit 87e69a7

Browse files
committed
fix: don't clip the unsaved changes setting list
1 parent fd9064b commit 87e69a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addons/settings/script_component.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
#define IDC_CONFIRM_OK 8011
8282

8383
// Listing every changed setting would run off the screen, the rest are counted instead
84-
#define CONFIRM_LIST_MAX 8
84+
#define CONFIRM_LIST_MAX 6
8585
#define CONFIRM_BASE_HEIGHT 3.5
8686
#define CONFIRM_LINE_HEIGHT 0.75
8787

0 commit comments

Comments
 (0)