From 94c5e6a97e3222aab467a71580713777a2502df5 Mon Sep 17 00:00:00 2001 From: Meriipu Date: Wed, 17 Jul 2019 13:52:57 +0200 Subject: [PATCH] Document Tree column behaviour of min_width in conjunction w expand --- doc/classes/Tree.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/Tree.xml b/doc/classes/Tree.xml index 22c74d4ca57..c2b7901c05a 100644 --- a/doc/classes/Tree.xml +++ b/doc/classes/Tree.xml @@ -182,7 +182,7 @@ - If [code]true[/code], the column will have the "Expand" flag of [Control]. + If [code]true[/code], the column will have the "Expand" flag of [Control]. Columns that have the "Expand" flag will use their "min_width" in a similar fashion to [member Control.size_flags_stretch_ratio]. @@ -193,7 +193,7 @@ - Sets the minimum width of a column. + Sets the minimum width of a column. Columns that have the "Expand" flag will use their "min_width" in a similar fashion to [member Control.size_flags_stretch_ratio].