From 11d825ce320ae118e8216f44fdc7e781d9ee183c Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Thu, 5 Dec 2019 07:11:11 -0500 Subject: tabpopup: Increase max number of columns --- src/include/common.h | 2 +- src/org.mate.marco.gschema.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/include/common.h b/src/include/common.h index a0690918..c78973d8 100644 --- a/src/include/common.h +++ b/src/include/common.h @@ -349,7 +349,7 @@ typedef enum #define META_DEFAULT_ALT_TAB_MAX_COLUMNS 5 #define META_MIN_ALT_TAB_MAX_COLUMNS 1 -#define META_MAX_ALT_TAB_MAX_COLUMNS 16 +#define META_MAX_ALT_TAB_MAX_COLUMNS 64 #define META_DEFAULT_ALT_TAB_EXPAND_TO_FIT_TITLE FALSE diff --git a/src/org.mate.marco.gschema.xml b/src/org.mate.marco.gschema.xml index 46785844..def0e15f 100644 --- a/src/org.mate.marco.gschema.xml +++ b/src/org.mate.marco.gschema.xml @@ -208,7 +208,7 @@ Size of the application icons displayed in alt-tab popup window. The screen's scale factor is applied to this value. - + 5 Maximum number of columns in alt-tab popup window The popup window will be expanded to fit up to these many entries per row. -- cgit v1.2.1