forked from qt-creator/qt-creator
QmlDesigner.ItemLibrary: Fix default text for GroupBox
Change-Id: If45bae2b53d7cb7cbfe803566300b18e140fe5e3 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -227,7 +227,7 @@ MetaInfo {
|
||||
Property { name: "width"; type: "int"; value: 360; }
|
||||
Property { name: "height"; type: "int"; value: 300; }
|
||||
|
||||
Property { name: "title"; type: "binding"; value: "qsTr(\"Check Box\")"; }
|
||||
Property { name: "title"; type: "binding"; value: "qsTr(\"Group Box\")"; }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user