Index: sources/gui/qml/components/BaseComboBox.qml =================================================================== diff -u -rec53ffe0a1528ace958cfe347875b7bcd25bed57 -rc1651f840faf3ed767fb19b76742b68401f96272 --- sources/gui/qml/components/BaseComboBox.qml (.../BaseComboBox.qml) (revision ec53ffe0a1528ace958cfe347875b7bcd25bed57) +++ sources/gui/qml/components/BaseComboBox.qml (.../BaseComboBox.qml) (revision c1651f840faf3ed767fb19b76742b68401f96272) @@ -79,7 +79,6 @@ visible : _delegate.down || _delegate.highlighted || _delegate.visualFocus color : _delegate.down ? Colors.backgroundButtonSelect : Colors.backgroundButtonSelectDark - radius : Variables.dialogRadius } }