diff options
Diffstat (limited to 'src/include/common.h')
-rw-r--r-- | src/include/common.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/common.h b/src/include/common.h index 81937307..1fe3aae1 100644 --- a/src/include/common.h +++ b/src/include/common.h @@ -301,8 +301,7 @@ struct _MetaButtonLayout }; /* should investigate changing these to whatever most apps use */ -#define META_ICON_WIDTH 48 -#define META_ICON_HEIGHT 48 +#define META_DEFAULT_ICON_SIZE 48 #define META_MINI_ICON_WIDTH 16 #define META_MINI_ICON_HEIGHT 16 |