Commit d8fed905 authored by Gus Grubba's avatar Gus Grubba Committed by Gus Grubba

Restore toolbar height multiplier, which got removed somehow.

parent b95217d1
......@@ -131,6 +131,7 @@ Item {
minTouchPixels = defaultFontPixelHeight * 3
}
toolbarHeight = isMobile ? minTouchPixels : defaultFontPixelHeight * 3
toolbarHeight = toolbarHeight * QGroundControl.corePlugin.options.toolbarHeightMultiplier
}
Text {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment