diff options
Diffstat (limited to 'src/core/prefs.c')
-rw-r--r-- | src/core/prefs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/prefs.c b/src/core/prefs.c index 7e4db4e9..5565f744 100644 --- a/src/core/prefs.c +++ b/src/core/prefs.c @@ -518,7 +518,7 @@ static MetaIntPreference preferences_int[] = KEY_GENERAL_SCHEMA, META_PREF_ICON_SIZE, &icon_size, - 6, G_MAXINT, META_DEFAULT_ICON_SIZE, + META_MIN_ICON_SIZE, META_MAX_ICON_SIZE, META_DEFAULT_ICON_SIZE, }, { NULL, NULL, 0, NULL, 0, 0, 0, }, }; |