aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates/wizards/projects/qtquickapplication/empty/main.qml.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/wizards/projects/qtquickapplication/empty/main.qml.tpl')
-rw-r--r--share/qtcreator/templates/wizards/projects/qtquickapplication/empty/main.qml.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/templates/wizards/projects/qtquickapplication/empty/main.qml.tpl b/share/qtcreator/templates/wizards/projects/qtquickapplication/empty/main.qml.tpl
index 6d8fab6a21..f915cf35dc 100644
--- a/share/qtcreator/templates/wizards/projects/qtquickapplication/empty/main.qml.tpl
+++ b/share/qtcreator/templates/wizards/projects/qtquickapplication/empty/main.qml.tpl
@@ -8,9 +8,9 @@ Window {
@if %{UseVirtualKeyboard}
id: window
@endif
- visible: true
width: 640
height: 480
+ visible: true
title: qsTr("Hello World")
@if %{UseVirtualKeyboard}