summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/mobilecomponents/GlobalDrawer.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile/qml/mobilecomponents/GlobalDrawer.qml')
-rw-r--r--qt-mobile/qml/mobilecomponents/GlobalDrawer.qml2
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
}