Browse Source

Fix spacing

QGC4.4
DonLakeFlyer 6 years ago
parent
commit
0df420e395
  1. 2
      src/ui/toolbar/MainToolBar.qml

2
src/ui/toolbar/MainToolBar.qml

@ -50,7 +50,7 @@ Item {
anchors.bottomMargin: 1 anchors.bottomMargin: 1
anchors.rightMargin: ScreenTools.defaultFontPixelWidth / 2 anchors.rightMargin: ScreenTools.defaultFontPixelWidth / 2
anchors.fill: parent anchors.fill: parent
spacing: ScreenTools.defaultFontPixelWidth * 2 spacing: ScreenTools.defaultFontPixelWidth / 2
ButtonGroup { ButtonGroup {
buttons: viewRow.children buttons: viewRow.children

Loading…
Cancel
Save