summaryrefslogtreecommitdiffstats
path: root/demos/quick2chart/qml/quick2chart/loader.qml
diff options
context:
space:
mode:
authorTitta Heikkala <titta.heikkala@digia.com>2013-10-31 12:34:41 +0200
committerTitta Heikkala <titta.heikkala@digia.com>2013-10-31 13:50:43 +0200
commit22b983f9864ba1a1a3849210370ffa0d8bb4364a (patch)
tree6e12783917ef727e028c7b57a49cca84ae0b2e5b /demos/quick2chart/qml/quick2chart/loader.qml
parenta54f42bb13ad653a275ce7a75ba78411a9ca9fcf (diff)
Fix the geometry for examples and demos
The default geometry for examples and demos is set so that the labels are not truncated. Change-Id: Ic6a0ba1e8a34af7ab1dd6a079d40aaf5abc93636 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'demos/quick2chart/qml/quick2chart/loader.qml')
-rw-r--r--demos/quick2chart/qml/quick2chart/loader.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/quick2chart/qml/quick2chart/loader.qml b/demos/quick2chart/qml/quick2chart/loader.qml
index 8017406e..080fce66 100644
--- a/demos/quick2chart/qml/quick2chart/loader.qml
+++ b/demos/quick2chart/qml/quick2chart/loader.qml
@@ -22,8 +22,8 @@ import QtQuick 2.0
Item {
id: container
- width: 400
- height: 300
+ width: 600
+ height: 400
Component.onCompleted: {
var co = Qt.createComponent("main.qml")
if (co.status == Component.Ready) {