diff --git a/widgets/DapComboBoxForm.ui.qml b/widgets/DapComboBoxForm.ui.qml index 80ca3731f79ef23ab51076fd61f4c3a64ae8eba7..fab312f719112a6c1e04dcd830132582a58a142f 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