From 94b8f38de2be7ec73ff59508de39b0343b95a675 Mon Sep 17 00:00:00 2001 From: Michael Alexsander Date: Sat, 19 Mar 2022 22:24:36 -0300 Subject: Add visual marker when dragging and dropping tabs --- doc/classes/TabBar.xml | 6 ++++++ doc/classes/TabContainer.xml | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'doc') diff --git a/doc/classes/TabBar.xml b/doc/classes/TabBar.xml index 420ab2adeb..aca5e2d7f3 100644 --- a/doc/classes/TabBar.xml +++ b/doc/classes/TabBar.xml @@ -323,6 +323,9 @@ + + Modulation color for the [theme_item drop_mark] icon. + Font color of disabled tabs. @@ -356,6 +359,9 @@ 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. + + Icon shown to indicate where a dragged tab is gonna be dropped (see [member drag_to_rearrange_enabled]). + 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. diff --git a/doc/classes/TabContainer.xml b/doc/classes/TabContainer.xml index ec2be012e9..c506152546 100644 --- a/doc/classes/TabContainer.xml +++ b/doc/classes/TabContainer.xml @@ -172,6 +172,9 @@ + + Modulation color for the [theme_item drop_mark] icon. + Font color of disabled tabs. @@ -206,6 +209,9 @@ 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. + + Icon shown to indicate where a dragged tab is gonna be dropped (see [member drag_to_rearrange_enabled]). + 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. -- cgit v1.2.3