Code review comment for lp:~zsombi/ubuntu-ui-toolkit/multicolumnview

Revision history for this message
Tim Peeters (tpeeters) wrote :

87 + /*!
88 + Specifies whether the width of the column should fill the available space
89 + of the MultiColumnView column or not. Defaults to \a false.
90 + */
91 + property bool fillWidth: false

if fillWidth = true, then defaultColumnWidth will be used (if that is within the borders of the min and max width for the colum)? Can you describe that explicitly here?

« Back to merge proposal