diff options
author | osch <oliver at luced de> | 2019-04-12 21:22:59 +0200 |
---|---|---|
committer | lukefromdc <[email protected]> | 2019-04-23 18:35:39 +0000 |
commit | 5e2f54dbf2417c3b5f8b1614010565a0a500382a (patch) | |
tree | 691d98cc1bfcb0e0bf4d24ee4713d53eb53eca9c /src/include/common.h | |
parent | ae98b909e347ae7dadb0a57a22dbca3cf2231f33 (diff) | |
download | marco-5e2f54dbf2417c3b5f8b1614010565a0a500382a.tar.bz2 marco-5e2f54dbf2417c3b5f8b1614010565a0a500382a.tar.xz |
make icon size configurable
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 |