Browse Source

Restore toolbar height multiplier, which got removed somehow.

QGC4.4
Gus Grubba 7 years ago committed by Gus Grubba
parent
commit
d8fed905c3
  1. 1
      src/QmlControls/ScreenTools.qml

1
src/QmlControls/ScreenTools.qml

@ -131,6 +131,7 @@ Item { @@ -131,6 +131,7 @@ Item {
minTouchPixels = defaultFontPixelHeight * 3
}
toolbarHeight = isMobile ? minTouchPixels : defaultFontPixelHeight * 3
toolbarHeight = toolbarHeight * QGroundControl.corePlugin.options.toolbarHeightMultiplier
}
Text {

Loading…
Cancel
Save