From 6d7a203c0c920f14a647d8ce5cce36d45a31c8c8 Mon Sep 17 00:00:00 2001 From: osch Date: Sun, 14 Apr 2019 19:29:48 +0200 Subject: Limit icon size to 1024 --- src/core/prefs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/prefs.c') 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, }, }; -- cgit v1.2.1