From 397e56964dfb6555d2aa431391e3d308a0ec3e0d Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Wed, 1 Dec 2021 21:02:20 +0300 Subject: Sort and group theme properties in docs, improve formatting for theme and enums --- doc/classes/TabBar.xml | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'doc/classes/TabBar.xml') diff --git a/doc/classes/TabBar.xml b/doc/classes/TabBar.xml index 612f8fb740..a9b09fb026 100644 --- a/doc/classes/TabBar.xml +++ b/doc/classes/TabBar.xml @@ -290,24 +290,6 @@ - - The icon for the close button (see [member tab_close_display_policy]). - - - Background of the close button when it's being hovered with the cursor. - - - Background of the close button when it's being pressed. - - - Icon for the left arrow button that appears when there are too many tabs to fit in the container width. When the button is disabled (i.e. the first tab is visible), it appears semi-transparent. - - - Icon for the left arrow button that appears when there are too many tabs to fit in the container width. Used when the button is being hovered with the cursor. - - - The font used to draw tab names. - Font color of disabled tabs. @@ -317,23 +299,41 @@ Font color of the currently selected tab. - - Font size of the tab names. - Font color of the other, unselected tabs. The horizontal separation between the elements inside tabs. + + The size of the tab text outline. + + + The font used to draw tab names. + + + Font size of the tab names. + + + The icon for the close button (see [member tab_close_display_policy]). + + + Icon for the left arrow button that appears when there are too many tabs to fit in the container width. When the button is disabled (i.e. the first tab is visible), it appears semi-transparent. + + + Icon for the left arrow button that appears when there are too many tabs to fit in the container width. Used when the button is being hovered with the cursor. + Icon for the right arrow button that appears when there are too many tabs to fit in the container width. When the button is disabled (i.e. the last tab is visible) it appears semi-transparent. Icon for the right arrow button that appears when there are too many tabs to fit in the container width. Used when the button is being hovered with the cursor. - - The size of the tab text outline. + + Background of the close button when it's being hovered with the cursor. + + + Background of the close button when it's being pressed. The style of disabled tabs. -- cgit v1.2.3