From 182e038af50f1c2edf33d4880fdcc93792946d4c Mon Sep 17 00:00:00 2001 From: Michael Alexsander Date: Thu, 3 Feb 2022 02:45:31 -0300 Subject: Replace `TabBar`'s `min_width` with `max_tab_width` and expose it --- doc/classes/TabBar.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/TabBar.xml b/doc/classes/TabBar.xml index 6ddcc2044d..698de783c0 100644 --- a/doc/classes/TabBar.xml +++ b/doc/classes/TabBar.xml @@ -211,6 +211,9 @@ If [code]true[/code], tabs can be rearranged with mouse drag. + + Sets the maximum width which all tabs should be limited to. Unlimited if set to [code]0[/code]. + If [code]true[/code], the tab offset will be changed to keep the the currently selected tab visible. -- cgit v1.2.3