aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/text/fonts/banner.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/text/fonts/banner.qml')
-rw-r--r--examples/quick/text/fonts/banner.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/text/fonts/banner.qml b/examples/quick/text/fonts/banner.qml
index 6c9aa25fa1..7f690c24c3 100644
--- a/examples/quick/text/fonts/banner.qml
+++ b/examples/quick/text/fonts/banner.qml
@@ -47,7 +47,7 @@ Rectangle {
property color textColor: "lightsteelblue"
property string text: "Hello world! "
- width: 640; height: 320
+ width: 320; height: 480
color: "steelblue"
Row {