From 8abba9a150e4004004609ff7a1c72a188f170d5f Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Tue, 22 Jan 2019 10:54:54 -0500 Subject: 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. --- src/include/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include') 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 -- cgit v1.2.1