summaryrefslogtreecommitdiffstats
path: root/doc/classes/Tabs.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2021-01-28 11:26:37 +0100
committerRémi Verschelde <rverschelde@gmail.com>2021-01-28 11:26:37 +0100
commitfb01d057af3d167f0573aa3b76e1695757c0124b (patch)
treebf037d3373ce610a02510cf8fe41f59c42e43955 /doc/classes/Tabs.xml
parentb441592372197499d6f618c02bad2e79e23fc238 (diff)
downloadredot-engine-fb01d057af3d167f0573aa3b76e1695757c0124b.tar.gz
doc: Sync classref with current source
Diffstat (limited to 'doc/classes/Tabs.xml')
-rw-r--r--doc/classes/Tabs.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/Tabs.xml b/doc/classes/Tabs.xml
index 1c926ac36d..0c7b992cbf 100644
--- a/doc/classes/Tabs.xml
+++ b/doc/classes/Tabs.xml
@@ -365,12 +365,12 @@
<theme_item name="font_selected_color" type="Color" default="Color( 0.94, 0.94, 0.94, 1 )">
Font color of the currently selected tab.
</theme_item>
- <theme_item name="font_unselected_color" type="Color" default="Color( 0.69, 0.69, 0.69, 1 )">
- Font color of the other, unselected tabs.
- </theme_item>
<theme_item name="font_size" type="int">
Font size of the tab names.
</theme_item>
+ <theme_item name="font_unselected_color" type="Color" default="Color( 0.69, 0.69, 0.69, 1 )">
+ Font color of the other, unselected tabs.
+ </theme_item>
<theme_item name="hseparation" type="int" default="4">
The horizontal separation between the tabs.
</theme_item>