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

QmlDesigner.propertyEditor: some qml fixes

parent a3365410
No related branches found
No related tags found
No related merge requests found
......@@ -70,8 +70,9 @@ QWidget { //This is a special doubleSpinBox that does color coding for states
id: label;
font.bold: true;
alignment: doubleSpinBox.alignRight ? "Qt::AlignRight | Qt::AlignVCenter" : "Qt::AlignLeft | Qt::AlignVCenter";
fixedWidth: 68
fixedWidth: 76
visible: doubleSpinBox.text != "";
toolTip: text
}
QDoubleSpinBox {
......
......@@ -23,7 +23,7 @@ GroupBox {
}
CheckBox {
id: clipCheckBox;
text: qsTr("Clip Content")
text: qsTr("Clip")
backendValue: backendValues.clip;
baseStateFlag: isBaseState;
checkable: true;
......
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