Browse Source

Fix button text centering

QGC4.4
Don Gagne 4 years ago committed by Don Gagne
parent
commit
d2043640a3
  1. 1
      src/QmlControls/QGCButton.qml

1
src/QmlControls/QGCButton.qml

@ -71,7 +71,6 @@ Button { @@ -71,7 +71,6 @@ Button {
text: control.text
font.pointSize: pointSize
font.family: ScreenTools.normalFontFamily
width: parent.width
color: _showHighlight ?
qgcPal.buttonHighlightText :
(primary ? qgcPal.primaryButtonText : qgcPal.buttonText)

Loading…
Cancel
Save