summaryrefslogtreecommitdiff
path: root/m4/settings.m4
diff options
context:
space:
mode:
authorStefan Bolte <sbolte@lavabit.com>2013-04-15 18:02:30 +0200
committerStefan Bolte <sbolte@lavabit.com>2013-04-15 18:02:30 +0200
commita1e1f9d3ee46c0e7d656635a56df4b3c6d0108de (patch)
tree16d2267cb988bbb2ac0326ddcb8150417dfaa865 /m4/settings.m4
parentb6697bf71e49ab99b3dbd32883bf53fb2c3709f0 (diff)
downloaddwb-a1e1f9d3ee46c0e7d656635a56df4b3c6d0108de.zip
New options 'tab-orientation', 'tab-width'
Diffstat (limited to 'm4/settings.m4')
-rw-r--r--m4/settings.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/settings.m4 b/m4/settings.m4
index c0b44f06..a89d7507 100644
--- a/m4/settings.m4
+++ b/m4/settings.m4
@@ -97,6 +97,8 @@ html_select(new-tab-position-policy, html_options(right, left, rightmost, leftmo
html_select(progress-bar-style, html_options(default, simple), The progress bar style)
html_input(show-single-tab, checkbox, Whether to show the tabbar if only one tab is open)
html_input(scrollbars, checkbox, Whether scrollbars should be enabled)
+html_select(tab-orientation, html_options(horizontal, vertical-left, vertical-right), ``Orientation of tabs, if set to vertical-left or -right t and T in widget-packing is ignored'')
+html_input(tab-width, text, ``Width of vertical tabs, will be ignored for horizontal tabs'')
html_input(tabbar-visible, text, Number of seconds a hidden tabbar is visible when switching between tabs)
html_input(tabbed-browsing, checkbox, Whether to enable tabbed browsing)
html_input(user-stylesheet-uri, text, The uri of a stylesheet applied to every page)