From b445ffd18323e2b256c2bf7dc3b079e44c475e8a Mon Sep 17 00:00:00 2001 From: osch Date: Mon, 15 Apr 2019 00:07:46 +0200 Subject: Limit icon size to 480 --- src/include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/common.h b/src/include/common.h index 89e85a56..9468d1dd 100644 --- a/src/include/common.h +++ b/src/include/common.h @@ -303,7 +303,7 @@ struct _MetaButtonLayout /* should investigate changing these to whatever most apps use */ #define META_DEFAULT_ICON_SIZE 48 #define META_MIN_ICON_SIZE 6 -#define META_MAX_ICON_SIZE 1024 +#define META_MAX_ICON_SIZE 480 #define META_MINI_ICON_WIDTH 16 #define META_MINI_ICON_HEIGHT 16 -- cgit v1.2.1