From 00e673230ac1e246bd206b1b2bd952185983e27c Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 11 Aug 2019 13:42:21 -0700 Subject: Mobile: reserve space for the hamburger menu on Download page Having a label with no width that can expand wasn't really a great way to do so. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/DownloadFromDiveComputer.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets/qml/DownloadFromDiveComputer.qml') diff --git a/mobile-widgets/qml/DownloadFromDiveComputer.qml b/mobile-widgets/qml/DownloadFromDiveComputer.qml index 229b5322d..b80412673 100644 --- a/mobile-widgets/qml/DownloadFromDiveComputer.qml +++ b/mobile-widgets/qml/DownloadFromDiveComputer.qml @@ -379,7 +379,7 @@ Kirigami.Page { id: bottomButtons Controls.Label { text: "" // Spacer on the left for hamburger menu - Layout.fillWidth: true + width: Kirigami.Units.gridUnit * 2 } SsrfButton { id: acceptButton -- cgit v1.2.3-70-g09d2