diff options
author | mathieui <mathieui@mathieui.net> | 2015-05-21 10:36:48 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2015-05-21 10:36:48 +0200 |
commit | 927822cb46df92c8f9f4643fc2b09de19cd0ff00 (patch) | |
tree | e60654061218b522f050ae994fe77526b987a5f7 | |
parent | 58103b1d39f09c6fd4041979d7db04c84776672e (diff) | |
download | poezio-927822cb46df92c8f9f4643fc2b09de19cd0ff00.tar.gz poezio-927822cb46df92c8f9f4643fc2b09de19cd0ff00.tar.bz2 poezio-927822cb46df92c8f9f4643fc2b09de19cd0ff00.tar.xz poezio-927822cb46df92c8f9f4643fc2b09de19cd0ff00.zip |
Document the vertical_tab_list_size option better
say it’s for horizontal size
-rw-r--r-- | data/default_config.cfg | 1 | ||||
-rw-r--r-- | doc/source/configuration.rst | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 5aa3fdcf..c9196979 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -375,6 +375,7 @@ go_to_previous_tab_on_alt_number = false # the screen. enable_vertical_tab_list = false +# Horizontal size of the vertical tab list vertical_tab_list_size = 20 # If set to desc, the tabs will be displayed from top to bottom in the list, diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 73dd7322..db2a843f 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -549,7 +549,7 @@ or the way messages are displayed. **Default value:** ``20`` - Size of the vertical tab list. + Horizontal size of the vertical tab list. vertical_tab_list_sort |