diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-05-11 07:49:26 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-05-11 07:49:26 (GMT) |
commit | 415da7f2969bad2765fe535daf9322c7a538da81 (patch) | |
tree | 9f5c69acd4cfa532d8f5136fb60e6b9f0b55e8b3 /examples/declarative/scrollbar | |
parent | b3526f5edf6425289ef2aa5c8adfc89892817ac0 (diff) | |
download | Qt-415da7f2969bad2765fe535daf9322c7a538da81.zip Qt-415da7f2969bad2765fe535daf9322c7a538da81.tar.gz Qt-415da7f2969bad2765fe535daf9322c7a538da81.tar.bz2 |
Join some lines in examples.
Diffstat (limited to 'examples/declarative/scrollbar')
-rw-r--r-- | examples/declarative/scrollbar/ScrollBar.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/declarative/scrollbar/ScrollBar.qml b/examples/declarative/scrollbar/ScrollBar.qml index 929c72a..8020d62 100644 --- a/examples/declarative/scrollbar/ScrollBar.qml +++ b/examples/declarative/scrollbar/ScrollBar.qml @@ -13,8 +13,7 @@ Item { Rect { id: Background radius: orientation == 'Vertical' ? (width/2) : (height/2) - color: "white" - opacity: 0.3 + color: "white"; opacity: 0.3 anchors.fill: parent } // Size the bar to the required size, depending upon the orientation. |