forked from qt-creator/qt-creator
QmlDesigner.propertyEditor: some qml fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user