diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 654c6f796..89579b39f 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -231,6 +231,8 @@ |<>|How to behave when the close mouse button is pressed on the tab bar. |<>|Scaling factor for favicons in the tab bar. |<>|Show favicons in the tab bar. +|<>|Padding (in pixels) for tab indicators. +|<>|Width (in pixels) of the progress indicator (0 to disable). |<>|How to behave when the last tab is closed. |<>|Switch between tabs using the mouse wheel. |<>|Position of new tabs opened from another tab. @@ -245,8 +247,6 @@ |<>|Format to use for the tab title. |<>|Format to use for the tab title for pinned tabs. The same placeholders like for `tabs.title.format` are defined. |<>|Width (in pixels or as percentage of the window) of the tab bar if it's vertical. -|<>|Width (in pixels) of the progress indicator (0 to disable). -|<>|Padding (in pixels) for tab indicators. |<>|Wrap when changing tabs. |<>|What search to start when something else than a URL is entered. |<>|Page to open if :open -t/-b/-w is used without URL. @@ -2703,8 +2703,8 @@ Type: <> Default: +pass:[true]+ -[[tabs.indicator_padding]] -=== tabs.indicator_padding +[[tabs.indicator.padding]] +=== tabs.indicator.padding Padding (in pixels) for tab indicators. Type: <> @@ -2716,6 +2716,14 @@ Default: - +pass:[right]+: +pass:[4]+ - +pass:[top]+: +pass:[2]+ +[[tabs.indicator.width]] +=== tabs.indicator.width +Width (in pixels) of the progress indicator (0 to disable). + +Type: <> + +Default: +pass:[3]+ + [[tabs.last_close]] === tabs.last_close How to behave when the last tab is closed. @@ -2887,22 +2895,14 @@ Type: <> Default: +pass:[{index}]+ -[[tabs.width.bar]] -=== tabs.width.bar +[[tabs.width]] +=== tabs.width Width (in pixels or as percentage of the window) of the tab bar if it's vertical. Type: <> Default: +pass:[20%]+ -[[tabs.width.indicator]] -=== tabs.width.indicator -Width (in pixels) of the progress indicator (0 to disable). - -Type: <> - -Default: +pass:[3]+ - [[tabs.wrap]] === tabs.wrap Wrap when changing tabs.