Document Tree column behaviour of min_width in conjunction w expand
(cherry picked from commit 94c5e6a97e
)
This commit is contained in:
parent
0d4f6463f9
commit
81ac9c9afb
@ -182,7 +182,7 @@
|
|||||||
<argument index="1" name="expand" type="bool">
|
<argument index="1" name="expand" type="bool">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_column_min_width">
|
<method name="set_column_min_width">
|
||||||
@ -193,7 +193,7 @@
|
|||||||
<argument index="1" name="min_width" type="int">
|
<argument index="1" name="min_width" type="int">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
Set 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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_column_title">
|
<method name="set_column_title">
|
||||||
|
Loading…
Reference in New Issue
Block a user