Skip to content

Commit

Permalink
add lukes newest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Dec 15, 2023
1 parent 8ff20c3 commit f04c000
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qml/ui/configpopup/openhd_settings/PopupTxPowerEditor.qml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ Rectangle{

RowLayout {
Layout.fillWidth: true
ComboBox {
NewComboBox {
id: comboBoxCardSelectManufacturer
Layout.minimumWidth: 180
Layout.preferredWidth: 480
Expand Down Expand Up @@ -303,7 +303,7 @@ Rectangle{
}
font.pixelSize: 14
}
ComboBox {
NewComboBox {
Layout.minimumWidth: 100
Layout.preferredWidth: 350
id: combo_box_txpower_disarmed
Expand Down Expand Up @@ -339,7 +339,7 @@ Rectangle{
}
font.pixelSize: 14
}
ComboBox {
NewComboBox {
Layout.minimumWidth: 100
Layout.preferredWidth: 350
id: combo_box_txpower_armed
Expand Down

0 comments on commit f04c000

Please sign in to comment.