Browse Source

Use smaller font size as regular size is too large for the control

QGC4.4
Gus Grubba 6 years ago
parent
commit
8c462a1636
  1. 1
      src/PlanView/SimpleItemEditor.qml

1
src/PlanView/SimpleItemEditor.qml

@ -92,6 +92,7 @@ Rectangle { @@ -92,6 +92,7 @@ Rectangle {
indexModel: false
model: object.enumStrings
fact: object
pointSize: ScreenTools.smallFontPointSize
Layout.column: 1
Layout.row: index
Layout.fillWidth: true

Loading…
Cancel
Save