Skip to content

Commit

Permalink
Revert "add lukes newest changes"
Browse files Browse the repository at this point in the history
This reverts commit f04c000.
  • Loading branch information
raphaelscholle committed Dec 18, 2023
1 parent f04c000 commit 6a3b373
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
NewComboBox {
ComboBox {
id: comboBoxCardSelectManufacturer
Layout.minimumWidth: 180
Layout.preferredWidth: 480
Expand Down Expand Up @@ -303,7 +303,7 @@ Rectangle{
}
font.pixelSize: 14
}
NewComboBox {
ComboBox {
Layout.minimumWidth: 100
Layout.preferredWidth: 350
id: combo_box_txpower_disarmed
Expand Down Expand Up @@ -339,7 +339,7 @@ Rectangle{
}
font.pixelSize: 14
}
NewComboBox {
ComboBox {
Layout.minimumWidth: 100
Layout.preferredWidth: 350
id: combo_box_txpower_armed
Expand Down

0 comments on commit 6a3b373

Please sign in to comment.