diff --git a/src/QmlControls/ScreenTools.qml b/src/QmlControls/ScreenTools.qml index 67efda37516cd3cada19ce670aa7ca09cc14d3bf..231ac6946b9f31168bed52dd711cb2f82679b2af 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 {