aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarko Niemelä <marko.a.niemela@nokia.com>2012-02-01 09:58:12 +0200
committerMarko Niemelä <marko.a.niemela@nokia.com>2012-02-01 09:58:12 +0200
commita2627aae37ac619293474d6f89482eeaeca3a658 (patch)
tree5b5961425df062532ba8ccd05cebf14fe60caef8 /tests
parent5378b4eb30f16072ca657ebe0f718164ff0afc10 (diff)
TestBed progressBar aligment fixed
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/testbed/ProgressBar.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/manual/testbed/ProgressBar.qml b/tests/manual/testbed/ProgressBar.qml
index cd77a0a..3983b21 100644
--- a/tests/manual/testbed/ProgressBar.qml
+++ b/tests/manual/testbed/ProgressBar.qml
@@ -75,9 +75,10 @@ Item {
Text {
id: valueCaption
anchors.left: captionText.right
+ anchors.leftMargin: 11
anchors.verticalCenter: parent.verticalCenter
width: 35
- horizontalAlignment: Text.AlignRight
+ horizontalAlignment: Text.AlignLeft
text: slider.value.toFixed(1)
font.family: "Arial"
font.pixelSize: 11