summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demos/qmlaxes/qml/qmlaxes/loader.qml2
-rw-r--r--demos/quick2chart/qml/quick2chart/main.qml4
2 files changed, 3 insertions, 3 deletions
diff --git a/demos/qmlaxes/qml/qmlaxes/loader.qml b/demos/qmlaxes/qml/qmlaxes/loader.qml
index 728e36b9..8e1e113d 100644
--- a/demos/qmlaxes/qml/qmlaxes/loader.qml
+++ b/demos/qmlaxes/qml/qmlaxes/loader.qml
@@ -23,7 +23,7 @@ import QtQuick 1.0
Item {
id: container
width: 440
- height: 300
+ height: 340
Component.onCompleted: {
var co = Qt.createComponent("main.qml")
if (co.status == Component.Ready) {
diff --git a/demos/quick2chart/qml/quick2chart/main.qml b/demos/quick2chart/qml/quick2chart/main.qml
index 9079949a..a49e94fc 100644
--- a/demos/quick2chart/qml/quick2chart/main.qml
+++ b/demos/quick2chart/qml/quick2chart/main.qml
@@ -23,8 +23,8 @@ import QtQuick 2.0
//![1]
Rectangle {
- width: 360
- height: 360
+ width: 600
+ height: 400
property int viewNumber: 1
Loader {