Merge pull request #59336 from YeldhamDev/where_we_dropping_boys
This commit is contained in:
commit
f0407ad14d
9 changed files with 158 additions and 25 deletions
|
|
@ -323,6 +323,9 @@
|
|||
</constant>
|
||||
</constants>
|
||||
<theme_items>
|
||||
<theme_item name="drop_mark_color" data_type="color" type="Color" default="Color(1, 1, 1, 1)">
|
||||
Modulation color for the [theme_item drop_mark] icon.
|
||||
</theme_item>
|
||||
<theme_item name="font_disabled_color" data_type="color" type="Color" default="Color(0.875, 0.875, 0.875, 0.5)">
|
||||
Font color of disabled tabs.
|
||||
</theme_item>
|
||||
|
|
@ -356,6 +359,9 @@
|
|||
<theme_item name="decrement_highlight" data_type="icon" type="Texture2D">
|
||||
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.
|
||||
</theme_item>
|
||||
<theme_item name="drop_mark" data_type="icon" type="Texture2D">
|
||||
Icon shown to indicate where a dragged tab is gonna be dropped (see [member drag_to_rearrange_enabled]).
|
||||
</theme_item>
|
||||
<theme_item name="increment" data_type="icon" type="Texture2D">
|
||||
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.
|
||||
</theme_item>
|
||||
|
|
|
|||
|
|
@ -172,6 +172,9 @@
|
|||
</signal>
|
||||
</signals>
|
||||
<theme_items>
|
||||
<theme_item name="drop_mark_color" data_type="color" type="Color" default="Color(1, 1, 1, 1)">
|
||||
Modulation color for the [theme_item drop_mark] icon.
|
||||
</theme_item>
|
||||
<theme_item name="font_disabled_color" data_type="color" type="Color" default="Color(0.875, 0.875, 0.875, 0.5)">
|
||||
Font color of disabled tabs.
|
||||
</theme_item>
|
||||
|
|
@ -206,6 +209,9 @@
|
|||
<theme_item name="decrement_highlight" data_type="icon" type="Texture2D">
|
||||
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.
|
||||
</theme_item>
|
||||
<theme_item name="drop_mark" data_type="icon" type="Texture2D">
|
||||
Icon shown to indicate where a dragged tab is gonna be dropped (see [member drag_to_rearrange_enabled]).
|
||||
</theme_item>
|
||||
<theme_item name="increment" data_type="icon" type="Texture2D">
|
||||
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.
|
||||
</theme_item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue