Index: sources/gui/qml/components/BaseComboBox.qml =================================================================== diff -u -r16a8f25568b4636ebc31e76c86a8031940cc4ad7 -r56c2adbc6e724c09d5ca9d61cb0a1581d46daf02 --- sources/gui/qml/components/BaseComboBox.qml (.../BaseComboBox.qml) (revision 16a8f25568b4636ebc31e76c86a8031940cc4ad7) +++ sources/gui/qml/components/BaseComboBox.qml (.../BaseComboBox.qml) (revision 56c2adbc6e724c09d5ca9d61cb0a1581d46daf02) @@ -79,7 +79,7 @@ } popup: Popup { id: _popup - y : _root.height + y : _root.height + 10 x : 0 width : _root.width implicitHeight : contentItem.implicitHeight