Make hovered tabs be drawn with the unselected's width at minimum

This commit is contained in:
Michael Alexsander
2023-09-26 14:12:08 -03:00
parent 43b9e89a07
commit decae848a8
4 changed files with 13 additions and 6 deletions

View File

@ -414,6 +414,7 @@
</theme_item>
<theme_item name="tab_hovered" data_type="style" type="StyleBox">
The style of the currently hovered tab. Does not apply to the selected tab.
[b]Note:[/b] This style will be drawn with the same width as [theme_item tab_unselected] at minimum.
</theme_item>
<theme_item name="tab_selected" data_type="style" type="StyleBox">
The style of the currently selected tab.