summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@nokia.com>2010-07-16 21:41:26 +0200
committerYoann Lopes <yoann.lopes@nokia.com>2010-07-16 21:41:26 +0200
commit309c0d791a4d11d84a90985b48a2ed1fac21224b (patch)
tree1d65f0136905ca75e9b6065f3cc0e819dad8dfd9
parent11ac3fe1b2dec49e455c1593bcadd107d05f1f76 (diff)
Small UI adjustments.
-rw-r--r--resources/example.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/example.qml b/resources/example.qml
index 540f079..93d8494 100644
--- a/resources/example.qml
+++ b/resources/example.qml
@@ -24,7 +24,7 @@ Item {
Rectangle {
id: rectangle1
width: 139
- height: 204
+ height: 208
radius: 15
gradient: Gradient {
GradientStop {
@@ -33,7 +33,7 @@ Item {
}
GradientStop {
- position: 0.27
+ position: 0.24
color: "#141414"
}
@@ -176,7 +176,7 @@ Item {
y: 0
width: 24
height: 24
- anchors.verticalCenterOffset: 2
+ anchors.verticalCenterOffset: 9
anchors.centerIn: parent
smooth: true
source: "circle.png"