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 <j.bygdell@gmail.com>
This commit is contained in:
Jocke 2018-09-23 11:21:19 +02:00 committed by Jan Mulder
parent 0d886f2e07
commit c4d6886daf

View file

@ -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);