diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/common.h | 2 | ||||
-rw-r--r-- | src/org.mate.marco.gschema.xml | 2 |
2 files changed, 2 insertions, 2 deletions
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 @@ <description>Size of the application icons displayed in alt-tab popup window. The screen's scale factor is applied to this value.</description> </key> <key name="alt-tab-max-columns" type="i"> - <range min="1" max="16"/> + <range min="1" max="64"/> <default>5</default> <summary>Maximum number of columns in alt-tab popup window</summary> <description>The popup window will be expanded to fit up to these many entries per row.</description> |