diff --git a/src/QmlControls/SubMenuButton.qml b/src/QmlControls/SubMenuButton.qml index d7e3dbb8fca1562aa906aa10d047d67c7278338d..8d5a7dcbfbfa5169e7ccf2a9a0095dba474a1045 100644 --- a/src/QmlControls/SubMenuButton.qml +++ b/src/QmlControls/SubMenuButton.qml @@ -7,7 +7,7 @@ import QGroundControl.Palette 1.0 import QGroundControl.ScreenTools 1.0 Button { - id: _rootButton + id: _rootButton property bool setupComplete: true ///< true: setup complete indicator shows as completed property bool setupIndicator: true ///< true: show setup complete indicator property string imageResource: "/qmlimages/subMenuButtonImage.png" ///< Button image @@ -17,6 +17,7 @@ Button { checkable: true implicitHeight: ScreenTools.isTinyScreen ? ScreenTools.defaultFontPixelHeight * 3.5 : ScreenTools.defaultFontPixelHeight * 2.5 + implicitWidth: __panel.implicitWidth style: ButtonStyle { id: buttonStyle