diff options
author | Michael Alexsander <michaelalexsander@protonmail.com> | 2020-02-22 01:21:52 -0300 |
---|---|---|
committer | Michael Alexsander <michaelalexsander@protonmail.com> | 2020-02-22 01:24:16 -0300 |
commit | e9244c4c23a6da21b2330a664e734cf50cd8350a (patch) | |
tree | 97f5460c242a50e34d2e18effd48cb239972e398 /doc/classes/Tabs.xml | |
parent | a77c862b18c283e2795a7bdf665b2d9cc9c3b4d2 (diff) |
Remove unused theme constants in Tab(Container)
Diffstat (limited to 'doc/classes/Tabs.xml')
-rw-r--r-- | doc/classes/Tabs.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/classes/Tabs.xml b/doc/classes/Tabs.xml index 266a733f8f..8f31b24131 100644 --- a/doc/classes/Tabs.xml +++ b/doc/classes/Tabs.xml @@ -285,10 +285,6 @@ </theme_item> <theme_item name="increment_highlight" type="Texture2D"> </theme_item> - <theme_item name="label_valign_bg" type="int" default="2"> - </theme_item> - <theme_item name="label_valign_fg" type="int" default="0"> - </theme_item> <theme_item name="panel" type="StyleBox"> </theme_item> <theme_item name="tab_bg" type="StyleBox"> @@ -297,7 +293,5 @@ </theme_item> <theme_item name="tab_fg" type="StyleBox"> </theme_item> - <theme_item name="top_margin" type="int" default="24"> - </theme_item> </theme_items> </class> |