aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qtquick/draganddrop/tiles/tiles.qml
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-02-28 11:33:51 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-28 09:19:51 +0100
commit7d32bacfc574dabb469ad8c0a83c70bb0fc6d770 (patch)
tree6e65c2c8b5c7271ee09416b6eea5cfe50c6f0ac6 /examples/qtquick/draganddrop/tiles/tiles.qml
parent75a0d33d250a97d5ee0314f5b7aad876d9ee2fa8 (diff)
Update drag and drop examples to new guidelines
Change-Id: Ib09a50015eaf7e79f21ade5df3cbd3b58b89c83d Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
Diffstat (limited to 'examples/qtquick/draganddrop/tiles/tiles.qml')
-rw-r--r--examples/qtquick/draganddrop/tiles/tiles.qml20
1 files changed, 10 insertions, 10 deletions
diff --git a/examples/qtquick/draganddrop/tiles/tiles.qml b/examples/qtquick/draganddrop/tiles/tiles.qml
index 31c87f8244..0b5647bc2b 100644
--- a/examples/qtquick/draganddrop/tiles/tiles.qml
+++ b/examples/qtquick/draganddrop/tiles/tiles.qml
@@ -43,8 +43,8 @@ import QtQuick 2.0
Rectangle {
id: root
- width: 620
- height: 410
+ width: 320
+ height: 480
color: "black"
@@ -53,8 +53,8 @@ Rectangle {
anchors.left: redSource.right; anchors.top: parent.top;
anchors.margins: 5
- width: 300
- height: 300
+ width: 64*3
+ height: 64*3
opacity: 0.5
columns: 3
@@ -67,8 +67,8 @@ Rectangle {
Grid {
anchors.right: blueSource.left; anchors.bottom: parent.bottom;
anchors.margins: 5
- width: 300
- height: 300
+ width: 64*3
+ height: 64*3
opacity: 0.5
@@ -85,8 +85,8 @@ Rectangle {
anchors.left: parent.left; anchors.top: parent.top; anchors.bottom: parent.bottom
anchors.margins: 5
- width: 100
- spacing: -60
+ width: 64
+ spacing: -16
Repeater {
model: 9
@@ -98,8 +98,8 @@ Rectangle {
anchors.right: parent.right; anchors.top: parent.top; anchors.bottom: parent.bottom
anchors.margins: 5
- width: 100
- spacing: -60
+ width: 64
+ spacing: -16
Repeater {
model: 9