diff options
author | Victor Kareh <[email protected]> | 2019-12-05 07:11:11 -0500 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2019-12-05 11:17:16 -0500 |
commit | 11d825ce320ae118e8216f44fdc7e781d9ee183c (patch) | |
tree | 5f82aa39011eb6762973bbb0c5176254ce9a5101 /src/include/common.h | |
parent | 1409e6d41aaea60732a3281d068af93fe4537adf (diff) | |
download | marco-11d825ce320ae118e8216f44fdc7e781d9ee183c.tar.bz2 marco-11d825ce320ae118e8216f44fdc7e781d9ee183c.tar.xz |
tabpopup: Increase max number of columns
Diffstat (limited to 'src/include/common.h')
-rw-r--r-- | src/include/common.h | 2 |
1 files changed, 1 insertions, 1 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 |