Commit 782bc008 authored by Yasen's avatar Yasen

Update CustomOnOffSwitch.qml

fix to even out the toggle buttons
parent 052c5c91
......@@ -45,7 +45,7 @@ Rectangle {
}
Rectangle {
width: parent.width * 0.5
height: parent.height * 0.95
height: parent.height
color: checked ? qgcPal.buttonHighlight : qgcPal.button
border.color: qgcPal.text
border.width: 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment