Commit 534028a9 authored by Gus Grubba's avatar Gus Grubba

Make buttons and comboboxes square again.

parent 78711fb9
...@@ -66,7 +66,7 @@ Button { ...@@ -66,7 +66,7 @@ Button {
anchors.fill: parent anchors.fill: parent
border.width: _showBorder ? 1: 0 border.width: _showBorder ? 1: 0
border.color: _qgcPal.buttonText border.color: _qgcPal.buttonText
radius: 3 //radius: 3
color: _showHighlight ? color: _showHighlight ?
control._qgcPal.buttonHighlight : control._qgcPal.buttonHighlight :
(primary ? control._qgcPal.primaryButton : control._qgcPal.button) (primary ? control._qgcPal.primaryButton : control._qgcPal.button)
......
...@@ -24,7 +24,7 @@ ComboBox { ...@@ -24,7 +24,7 @@ ComboBox {
Rectangle { Rectangle {
anchors.fill: parent anchors.fill: parent
color: _showHighlight ? control._qgcPal.buttonHighlight : control._qgcPal.button color: _showHighlight ? control._qgcPal.buttonHighlight : control._qgcPal.button
radius: 3 //radius: 3
border.width: _showBorder ? 1: 0 border.width: _showBorder ? 1: 0
border.color: control._qgcPal.buttonText border.color: control._qgcPal.buttonText
} }
......
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