diff options
Diffstat (limited to 'qt-mobile/qml/mobilecomponents/GlobalDrawer.qml')
-rw-r--r-- | qt-mobile/qml/mobilecomponents/GlobalDrawer.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/qml/mobilecomponents/GlobalDrawer.qml b/qt-mobile/qml/mobilecomponents/GlobalDrawer.qml index 1632da122..ff379b093 100644 --- a/qt-mobile/qml/mobilecomponents/GlobalDrawer.qml +++ b/qt-mobile/qml/mobilecomponents/GlobalDrawer.qml @@ -146,7 +146,7 @@ OverlayDrawer { visible: level > 0 enabled: true RowLayout { - height: implicitHeight + Units.smallSpacing * 2 + height: Units.iconSizes.smallMedium + Units.smallSpacing * 2 anchors { left: parent.left } |