diff --git a/DapComboBoxForm.ui.qml b/DapComboBoxForm.ui.qml index 4e9e8e31de08bc8f8bc9cf54f891ab7e0581040f..08bd8a20109522555fbbdcee67080f1e2035f51e 100644 --- a/DapComboBoxForm.ui.qml +++ b/DapComboBoxForm.ui.qml @@ -22,7 +22,7 @@ ComboBox { property string hilightTopColor: normalColor ///@detalis fontSizeComboBox font size for the entire widget property int fontSizeComboBox: 16 * pt - ///@detalis widthPopupComboBoxNormal: width of the combo box in the normal state + ///@detalis widthPopupComboBoxNormal width of the combo box in the normal state property int widthPopupComboBoxNormal: parent.width ///@detalis widthPopupComboBoxActive width of the ComboBox in the active state property int widthPopupComboBoxActive: widthPopupComboBoxNormal