Browse Source

MavlinkConsolePage: reduce line spacing from 1.5 to 1.1

QGC4.4
Beat Küng 7 years ago
parent
commit
156338c513
No known key found for this signature in database
GPG Key ID: 866DB5F0E24821BB
  1. 2
      src/AnalyzeView/MavlinkConsolePage.qml

2
src/AnalyzeView/MavlinkConsolePage.qml

@ -53,7 +53,7 @@ AnalyzePage { @@ -53,7 +53,7 @@ AnalyzePage {
id: delegateItem
Rectangle {
color: qgcPal.windowShade
height: Math.round(ScreenTools.defaultFontPixelHeight * 0.5 + field.height)
height: Math.round(ScreenTools.defaultFontPixelHeight * 0.1 + field.height)
width: listview.width
QGCLabel {

Loading…
Cancel
Save