diff --git a/qml/ui/configpopup/openhd_settings/PopupTxPowerEditor.qml b/qml/ui/configpopup/openhd_settings/PopupTxPowerEditor.qml index cc3e89f2e..d986e2d03 100644 --- a/qml/ui/configpopup/openhd_settings/PopupTxPowerEditor.qml +++ b/qml/ui/configpopup/openhd_settings/PopupTxPowerEditor.qml @@ -266,7 +266,7 @@ Rectangle{ RowLayout { Layout.fillWidth: true - ComboBox { + NewComboBox { id: comboBoxCardSelectManufacturer Layout.minimumWidth: 180 Layout.preferredWidth: 480 @@ -303,7 +303,7 @@ Rectangle{ } font.pixelSize: 14 } - ComboBox { + NewComboBox { Layout.minimumWidth: 100 Layout.preferredWidth: 350 id: combo_box_txpower_disarmed @@ -339,7 +339,7 @@ Rectangle{ } font.pixelSize: 14 } - ComboBox { + NewComboBox { Layout.minimumWidth: 100 Layout.preferredWidth: 350 id: combo_box_txpower_armed