Skip to content
Snippets Groups Projects
Commit f850095d authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.propertyEditor: cleaning up ListViewSpecifics

parent 81416ea0
No related merge requests found
......@@ -33,18 +33,6 @@ GroupBox {
font.bold: true;
}
QLabel {
minimumHeight: 22;
text: "Key Navigation Wraps:"
font.bold: true;
}
QLabel {
minimumHeight: 22;
text: "Snap Position:"
font.bold: true;
}
QLabel {
minimumHeight: 22;
text: "Spacing:"
......@@ -66,26 +54,7 @@ GroupBox {
backendValue: backendValues.highlightFollowsCurrentItem;
baseStateFlag: isBaseState;
checkable: true;
}
CheckBox {
id: wrapCheckBox;
text: "";
backendValue: backendValues.wrap;
baseStateFlag: isBaseState;
checkable: true;
}
SpinBox {
id: snapPositionSpinBox;
objectName: "snapPositionSpinBox";
backendValue: backendValues.snapPosition;
minimumWidth: 30;
minimum: 0;
maximum: 1000;
singleStep: 1;
baseStateFlag: isBaseState;
}
}
SpinBox {
id: spacingSpinBox;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment