diff --git a/src/plugins/saferenderer/wizards/qsrapp2_1/main.qml.tpl b/src/plugins/saferenderer/wizards/qsrapp2_1/main.qml.tpl index 9f3130bbf0a..115a6dcd4b5 100644 --- a/src/plugins/saferenderer/wizards/qsrapp2_1/main.qml.tpl +++ b/src/plugins/saferenderer/wizards/qsrapp2_1/main.qml.tpl @@ -13,12 +13,12 @@ Window { objectName: "safetextitem" x: 206 y: 208 - width: 340 - height: 40 + width: 380 + height: 50 color: "#8ae234" fillColor: "black" text: "Hello Qt Safe Renderer!" - font.family: "Lato" + font.family: "Arial" horizontalAlignment: Text.AlignLeft font.pixelSize: 32 }