Merge lp:~zsombi/ubuntu-ui-toolkit/slider-visuals-update into lp:ubuntu-ui-toolkit

Proposed by Zsombor Egri
Status: Merged
Approved by: Juhapekka Piiroinen
Approved revision: 322
Merged at revision: 325
Proposed branch: lp:~zsombi/ubuntu-ui-toolkit/slider-visuals-update
Merge into: lp:ubuntu-ui-toolkit
Diff against target: 15 lines (+3/-2)
1 file modified
themes/Ambiance/qmltheme/default.qmltheme (+3/-2)
To merge this branch: bzr merge lp:~zsombi/ubuntu-ui-toolkit/slider-visuals-update
Reviewer Review Type Date Requested Status
Juhapekka Piiroinen (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+146833@code.launchpad.net

Commit message

Slider colors changed.

Description of the change

Slider colors changed.

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
Juhapekka Piiroinen (juhapekka-piiroinen) wrote :

looks good

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'themes/Ambiance/qmltheme/default.qmltheme'
2--- themes/Ambiance/qmltheme/default.qmltheme 2013-02-05 16:54:08 +0000
3+++ themes/Ambiance/qmltheme/default.qmltheme 2013-02-06 12:17:25 +0000
4@@ -314,8 +314,9 @@
5 /* sliders */
6 @qml-mapping(.slider, , SliderDelegate);
7 .slider {
8- backgroundColor: "#d3d3d3";
9- thumbColor: "#626262";
10+ backgroundColor: "#c0c0c0";
11+ backgroundOpacity: 0.1;
12+ thumbColor: "#bbbbbb";
13 thumbSpacing: units.dp(2);
14 }
15 .slider .label {

Subscribers

People subscribed via source and target branches

to status/vote changes: