Merge lp:~renatofilho/indicators-client/fix-1130271 into lp:indicators-client

Proposed by Renato Araujo Oliveira Filho
Status: Merged
Approved by: Gustavo Pichorim Boiko
Approved revision: 199
Merged at revision: 199
Proposed branch: lp:~renatofilho/indicators-client/fix-1130271
Merge into: lp:indicators-client
Diff against target: 22 lines (+12/-0)
1 file modified
chewieui/Ubuntu/ChewieUI/SliderMenu.qml (+12/-0)
To merge this branch: bzr merge lp:~renatofilho/indicators-client/fix-1130271
Reviewer Review Type Date Requested Status
Gustavo Pichorim Boiko (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+155318@code.launchpad.net

Commit message

Fixed slider visuals.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Gustavo Pichorim Boiko (boiko) wrote :

Looks good and works as expected.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'chewieui/Ubuntu/ChewieUI/SliderMenu.qml'
2--- chewieui/Ubuntu/ChewieUI/SliderMenu.qml 2013-02-18 20:22:23 +0000
3+++ chewieui/Ubuntu/ChewieUI/SliderMenu.qml 2013-03-25 18:42:37 +0000
4@@ -41,6 +41,18 @@
5 minimumValue: menu.extra.canonical_min ? menu.extra.canonical_min * 1.000001 : 0.0000001
6 maximumValue: menu.extra.canonical_max ? menu.extra.canonical_max * 1.000001 : 0.9999999
7
8+ Binding {
9+ target: slider.ItemStyle.style
10+ property: "backgroundColor"
11+ value: Qt.rgba(0.5, 0.5, 0.5, 0.1)
12+ }
13+
14+ Binding {
15+ target: slider.ItemStyle.style
16+ property: "backgroundOpacity"
17+ value: 1.0
18+ }
19+
20 // Use this to disable the label, since there is not way to do it on the component.
21 function formatValue(v) {
22 return ""

Subscribers

People subscribed via source and target branches