Skip to content
Snippets Groups Projects

Features 3819

Merged tatiana.novikova requested to merge features-3819 into develop
3 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -87,7 +87,6 @@ ComboBox
///@details isDefaultNeedToAppend Sign to add default data to the beginning of model
property bool isDefaultNeedToAppend: false
width: popup.visible ? widthPopupComboBoxActive : widthPopupComboBoxNormal
height: popup.visible ? heightComboBoxActive : heightComboBoxNormal
anchors.verticalCenter: parent.verticalCenter
Loading