forked from qt-creator/qt-creator
Fix warnings when building QSR 2.1 application template
The text area was too small on certain platforms where the used font was not necessarily available. Use more common "Arial" font and increase the text area size slightly. Task-number: QSR-2450 Change-Id: If74e807c935b8e82958419e7d5d6254dd551e2cb Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
This commit is contained in:
@@ -13,12 +13,12 @@ Window {
|
|||||||
objectName: "safetextitem"
|
objectName: "safetextitem"
|
||||||
x: 206
|
x: 206
|
||||||
y: 208
|
y: 208
|
||||||
width: 340
|
width: 380
|
||||||
height: 40
|
height: 50
|
||||||
color: "#8ae234"
|
color: "#8ae234"
|
||||||
fillColor: "black"
|
fillColor: "black"
|
||||||
text: "Hello Qt Safe Renderer!"
|
text: "Hello Qt Safe Renderer!"
|
||||||
font.family: "Lato"
|
font.family: "Arial"
|
||||||
horizontalAlignment: Text.AlignLeft
|
horizontalAlignment: Text.AlignLeft
|
||||||
font.pixelSize: 32
|
font.pixelSize: 32
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user