From d8fed905c341c242482e1f6b16eb24b891a971da Mon Sep 17 00:00:00 2001 From: Gus Grubba Date: Tue, 3 Jul 2018 17:51:57 -0400 Subject: [PATCH] Restore toolbar height multiplier, which got removed somehow. --- src/QmlControls/ScreenTools.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/QmlControls/ScreenTools.qml b/src/QmlControls/ScreenTools.qml index 67efda3..231ac69 100644 --- a/src/QmlControls/ScreenTools.qml +++ b/src/QmlControls/ScreenTools.qml @@ -131,6 +131,7 @@ Item { minTouchPixels = defaultFontPixelHeight * 3 } toolbarHeight = isMobile ? minTouchPixels : defaultFontPixelHeight * 3 + toolbarHeight = toolbarHeight * QGroundControl.corePlugin.options.toolbarHeightMultiplier } Text {