mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-08 02:26:16 +00:00
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:
parent
0d886f2e07
commit
c4d6886daf
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ Kirigami.Page {
|
||||||
Layout.alignment: Qt.AlignTop
|
Layout.alignment: Qt.AlignTop
|
||||||
Layout.topMargin: Kirigami.Units.smallSpacing * 2
|
Layout.topMargin: Kirigami.Units.smallSpacing * 2
|
||||||
spacing: Kirigami.Units.smallSpacing;
|
spacing: Kirigami.Units.smallSpacing;
|
||||||
width: subsurfaceTheme.columnWidth - Kirigami.Units.gridUnit * 4
|
Layout.fillWidth: true
|
||||||
function setDC(vendor, product, device) {
|
function setDC(vendor, product, device) {
|
||||||
comboVendor.currentIndex = comboVendor.find(vendor);
|
comboVendor.currentIndex = comboVendor.find(vendor);
|
||||||
comboProduct.currentIndex = comboProduct.find(product);
|
comboProduct.currentIndex = comboProduct.find(product);
|
||||||
|
|
Loading…
Add table
Reference in a new issue