Skip to content
Snippets Groups Projects
Commit 0bd314bc authored by Kai Koehne's avatar Kai Koehne
Browse files

Remove color:"white" in qml hello world

Default background of Rectangle is white anyway.
parent 4ead5b72
No related branches found
No related tags found
No related merge requests found
......@@ -233,7 +233,6 @@ Core::GeneratedFiles QmlNewProjectWizard::generateFiles(const QWizard *w,
<< "Rectangle {" << endl
<< " width: 200" << endl
<< " height: 200" << endl
<< " color: \"white\"" << endl
<< " Text {" << endl
<< " text: \"Hello World\"" << endl
<< " anchors.centerIn: parent" << endl
......
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