forked from qt-creator/qt-creator
Adapt default qml template to latest qml changes
anchors.centeredIn has become anchors.centerIn
This commit is contained in:
@@ -236,7 +236,7 @@ Core::GeneratedFiles QmlNewProjectWizard::generateFiles(const QWizard *w,
|
||||
<< " color: \"white\"" << endl
|
||||
<< " Text {" << endl
|
||||
<< " text: \"Hello World\"" << endl
|
||||
<< " anchors.centeredIn: parent" << endl
|
||||
<< " anchors.centerIn: parent" << endl
|
||||
<< " }" << endl
|
||||
<< "}" << endl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user