diff options
Diffstat (limited to 'doc/classes/TabBar.xml')
-rw-r--r-- | doc/classes/TabBar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/TabBar.xml b/doc/classes/TabBar.xml index 3c7191392a..ec69e86f62 100644 --- a/doc/classes/TabBar.xml +++ b/doc/classes/TabBar.xml @@ -197,7 +197,7 @@ Sets the maximum width which all tabs should be limited to. Unlimited if set to [code]0[/code]. </member> <member name="scroll_to_selected" type="bool" setter="set_scroll_to_selected" getter="get_scroll_to_selected" default="true"> - If [code]true[/code], the tab offset will be changed to keep the the currently selected tab visible. + If [code]true[/code], the tab offset will be changed to keep the currently selected tab visible. </member> <member name="scrolling_enabled" type="bool" setter="set_scrolling_enabled" getter="get_scrolling_enabled" default="true"> if [code]true[/code], the mouse's scroll wheel can be used to navigate the scroll view. |