diff --git a/widgets/DapComboBoxForm.ui.qml b/widgets/DapComboBoxForm.ui.qml index fab312f719112a6c1e04dcd830132582a58a142f..80ca3731f79ef23ab51076fd61f4c3a64ae8eba7 100644 --- a/widgets/DapComboBoxForm.ui.qml +++ b/widgets/DapComboBoxForm.ui.qml @@ -85,7 +85,6 @@ ComboBox //@detalis mainLineText Text without unneccesary part. property string mainLineText - width: popup.visible ? widthPopupComboBoxActive : widthPopupComboBoxNormal height: popup.visible ? heightComboBoxActive : heightComboBoxNormal anchors.verticalCenter: parent.verticalCenter