summaryrefslogtreecommitdiffstats
path: root/examples/declarative/dial/dial.qml
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-04-26 23:18:37 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-04-26 23:18:37 (GMT)
commit0ef80e4c17595e04db3926be09b504acf1e02075 (patch)
treea81f0419e9cae4d8390705239f7f178c110581c6 /examples/declarative/dial/dial.qml
parent63c10310c31587453ffb33fc9658ba21c751c69b (diff)
downloadQt-0ef80e4c17595e04db3926be09b504acf1e02075.zip
Qt-0ef80e4c17595e04db3926be09b504acf1e02075.tar.gz
Qt-0ef80e4c17595e04db3926be09b504acf1e02075.tar.bz2
Tweak the Dial example.
Diffstat (limited to 'examples/declarative/dial/dial.qml')
-rw-r--r--examples/declarative/dial/dial.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/dial/dial.qml b/examples/declarative/dial/dial.qml
index ce43b01..bda9b41 100644
--- a/examples/declarative/dial/dial.qml
+++ b/examples/declarative/dial/dial.qml
@@ -3,7 +3,7 @@
<!-- Dial with a slider to adjust it -->
<Dial id="Dial" value="{Slider.x-2}"/>
<Rect anchors.top="{Dial.bottom}" x="20" width="160" height="16" color="steelblue" gradientColor="lightsteelblue" radius="8" opacity="0.7">
- <Rect id="Slider" anchors.top="{Dial.bottom}" x="2" y="2" width="30" height="12" color="lightgray" gradientColor="gray" radius="6">
+ <Rect id="Slider" x="2" y="2" width="30" height="12" color="lightgray" gradientColor="gray" radius="6">
<MouseRegion anchors.fill="{parent}"
drag.target="{parent}"
drag.axis="x"