From c4d6886daf25ed23762cf1811e9a8ae488948993 Mon Sep 17 00:00:00 2001 From: Jocke Date: Sun, 23 Sep 2018 11:21:19 +0200 Subject: Mobile: let Flow object use all of the parent width There is no point in further restricting the width of the Flow object. Signed-off-by: Joakim Bygdell --- mobile-widgets/qml/DownloadFromDiveComputer.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets') diff --git a/mobile-widgets/qml/DownloadFromDiveComputer.qml b/mobile-widgets/qml/DownloadFromDiveComputer.qml index a2545db13..b12fb7cb2 100644 --- a/mobile-widgets/qml/DownloadFromDiveComputer.qml +++ b/mobile-widgets/qml/DownloadFromDiveComputer.qml @@ -179,7 +179,7 @@ Kirigami.Page { Layout.alignment: Qt.AlignTop Layout.topMargin: Kirigami.Units.smallSpacing * 2 spacing: Kirigami.Units.smallSpacing; - width: subsurfaceTheme.columnWidth - Kirigami.Units.gridUnit * 4 + Layout.fillWidth: true function setDC(vendor, product, device) { comboVendor.currentIndex = comboVendor.find(vendor); comboProduct.currentIndex = comboProduct.find(product); -- cgit v1.2.3-70-g09d2