~ps-jenkins/ubuntu-settings-components/ubuntu-utopic-proposed

« back to all changes in this revision

Viewing changes to Ubuntu/Settings/Menus/SliderMenu.qml

Fixed visual design of EventMenu. Simplified Checkbox/GroupMessage. Fixes: https://bugs.launchpad.net/bugs/1237752.

Approved by PS Jenkins bot, Andrea Cimitan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
 
93
93
            Image {
94
94
                id: leftImage
95
 
                visible: source != ""
 
95
                visible: status === Image.Ready
96
96
                anchors.left: row.left
97
97
                anchors.verticalCenter: row.verticalCenter
98
98
                height: slider.height - units.gu(2)
139
139
 
140
140
            Image {
141
141
                id: rightImage
142
 
                visible: source != ""
 
142
                visible: status === Image.Ready
143
143
                anchors.right: row.right
144
144
                anchors.verticalCenter: row.verticalCenter
145
145
                height: slider.height - units.gu(2)