diff --git a/share/qtcreator/templates/wizards/files/qtquick1/file.qml b/share/qtcreator/templates/wizards/files/qtquick1/file.qml index 3fd43ebe13d..89f40a34054 100644 --- a/share/qtcreator/templates/wizards/files/qtquick1/file.qml +++ b/share/qtcreator/templates/wizards/files/qtquick1/file.qml @@ -1,6 +1,5 @@ import QtQuick 1.1 -Rectangle { - width: 100 - height: 62 +Item { + } diff --git a/share/qtcreator/templates/wizards/files/qtquick2/file.qml b/share/qtcreator/templates/wizards/files/qtquick2/file.qml index af5804e72e8..9c36e13c5bf 100644 --- a/share/qtcreator/templates/wizards/files/qtquick2/file.qml +++ b/share/qtcreator/templates/wizards/files/qtquick2/file.qml @@ -1,6 +1,5 @@ import QtQuick 2.0 -Rectangle { - width: 100 - height: 62 +Item { + }