forked from qt-creator/qt-creator
QmlDesigner: Fix ListView property editor layout
We have to use Layout.fillWidth consistently. Change-Id: I6052fb8c1a2b2cdc704bba70db1f2bf26730232f Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
76d0a16a81
commit
370b436650
@@ -100,6 +100,7 @@ Column {
|
|||||||
model: ["LeftToRight", "RightToLeft"]
|
model: ["LeftToRight", "RightToLeft"]
|
||||||
backendValue: backendValues.layoutDirection
|
backendValue: backendValues.layoutDirection
|
||||||
scope: "Qt"
|
scope: "Qt"
|
||||||
|
Layout.fillWidth: true
|
||||||
}
|
}
|
||||||
|
|
||||||
ExpandingSpacer {
|
ExpandingSpacer {
|
||||||
@@ -117,6 +118,7 @@ Column {
|
|||||||
model: ["NoSnap", "SnapToItem", "SnapOneItem"]
|
model: ["NoSnap", "SnapToItem", "SnapOneItem"]
|
||||||
backendValue: backendValues.snapMode
|
backendValue: backendValues.snapMode
|
||||||
scope: "ListView"
|
scope: "ListView"
|
||||||
|
Layout.fillWidth: true
|
||||||
}
|
}
|
||||||
|
|
||||||
ExpandingSpacer {
|
ExpandingSpacer {
|
||||||
|
Reference in New Issue
Block a user