From f25bfc7e0950fcaa74995c0a9fa3a50f38200b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonah=20Br=C3=BCchert?= Date: Sun, 28 Apr 2019 11:29:05 +0200 Subject: [PATCH] ChatPage: Set height of the mediaDrawer --- src/qml/ChatPage.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/ChatPage.qml b/src/qml/ChatPage.qml index 8397edc..0efc2c8 100644 --- a/src/qml/ChatPage.qml +++ b/src/qml/ChatPage.qml @@ -78,6 +78,7 @@ Kirigami.ScrollablePage { Kirigami.OverlayDrawer { id: mediaDrawer edge: Qt.BottomEdge + height: Kirigami.Units.gridUnit * 8 contentItem: RowLayout { id: content Layout.alignment: Qt.AlignHCenter -- GitLab