Merge pull request #116793 from Orphaeus/patch-1
Fix unprofessional language in TabContainer and TabBar documentation
This commit is contained in:
commit
1f6955ba52
2 changed files with 2 additions and 2 deletions
|
|
@ -435,7 +435,7 @@
|
|||
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]).
|
||||
Icon shown to indicate where a dragged tab will 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.
|
||||
|
|
|
|||
|
|
@ -361,7 +361,7 @@
|
|||
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]).
|
||||
Icon shown to indicate where a dragged tab will 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue