From d00c19312f657cb7e3259cda667b629e802b5686 Mon Sep 17 00:00:00 2001 From: "andrey.daragan" <daragan.andrey@demlabs.net> Date: Fri, 21 Feb 2020 14:55:07 +0000 Subject: [PATCH] Revert "Merge branch 'master' into 'develop'" This reverts merge request !33 --- widgets/DapComboBoxForm.ui.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/widgets/DapComboBoxForm.ui.qml b/widgets/DapComboBoxForm.ui.qml index 80ca373..fab312f 100644 --- a/widgets/DapComboBoxForm.ui.qml +++ b/widgets/DapComboBoxForm.ui.qml @@ -85,6 +85,7 @@ ComboBox //@detalis mainLineText Text without unneccesary part. property string mainLineText + width: popup.visible ? widthPopupComboBoxActive : widthPopupComboBoxNormal height: popup.visible ? heightComboBoxActive : heightComboBoxNormal anchors.verticalCenter: parent.verticalCenter -- GitLab