diff options
author | Victor Kareh <[email protected]> | 2019-01-22 10:54:54 -0500 |
---|---|---|
committer | lukefromdc <[email protected]> | 2019-01-31 20:00:19 +0000 |
commit | 8abba9a150e4004004609ff7a1c72a188f170d5f (patch) | |
tree | 73898365c201433d6c0325676f1440d76bf8ef06 /src/include | |
parent | a931b089754c0fc3e43705e9ac2137803274dced (diff) | |
download | marco-8abba9a150e4004004609ff7a1c72a188f170d5f.tar.bz2 marco-8abba9a150e4004004609ff7a1c72a188f170d5f.tar.xz |
Increase icon size on tab and workspace popups
Alt+Tab and Workspace popups should be sized relative to the monitor size.
This way they look nice and large regardless of the display resolution.
Also, given much larger modern resolutions, icon sizes should be larger by default.
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/common.h b/src/include/common.h index 83b750a9..81937307 100644 --- a/src/include/common.h +++ b/src/include/common.h @@ -301,8 +301,8 @@ struct _MetaButtonLayout }; /* should investigate changing these to whatever most apps use */ -#define META_ICON_WIDTH 32 -#define META_ICON_HEIGHT 32 +#define META_ICON_WIDTH 48 +#define META_ICON_HEIGHT 48 #define META_MINI_ICON_WIDTH 16 #define META_MINI_ICON_HEIGHT 16 |