From 4aa8879bc7a4851c6f139097c3f019bcbfb3255a Mon Sep 17 00:00:00 2001 From: Konstantin <djtv01@gmail.com> Date: Mon, 16 Dec 2019 19:54:52 +0300 Subject: [PATCH] [*] fixed coments --- DapComboBoxForm.ui.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DapComboBoxForm.ui.qml b/DapComboBoxForm.ui.qml index 4e9e8e3..08bd8a2 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 -- GitLab