diff options
author | Meriipu <Meriipu@users.noreply.github.com> | 2019-07-17 13:52:57 +0200 |
---|---|---|
committer | Meriipu <Meriipu@users.noreply.github.com> | 2019-07-17 13:52:57 +0200 |
commit | 94c5e6a97e3222aab467a71580713777a2502df5 (patch) | |
tree | 9684dd5f148256245be4bd401f3ec53c8e2ba20e /doc | |
parent | e30a137548dce0fe1f5eda223b900fcbdd2631b8 (diff) |
Document Tree column behaviour of min_width in conjunction w expand
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Tree.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Tree.xml b/doc/classes/Tree.xml index 22c74d4ca5..c2b7901c05 100644 --- a/doc/classes/Tree.xml +++ b/doc/classes/Tree.xml @@ -182,7 +182,7 @@ <argument index="1" name="expand" type="bool"> </argument> <description> - 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]. </description> </method> <method name="set_column_min_width"> @@ -193,7 +193,7 @@ <argument index="1" name="min_width" type="int"> </argument> <description> - 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]. </description> </method> <method name="set_column_title"> |