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

« back to all changes in this revision

Viewing changes to tests/qmltests/Menus/tst_ProgressValueMenu.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:
42
42
            ProgressValueMenu {
43
43
                id: progressMenu
44
44
                text: i18n.tr("Progress Value")
45
 
                icon: Qt.resolvedUrl("../../artwork/avatar.png")
 
45
                iconSource: Qt.resolvedUrl("../../artwork/avatar.png")
46
46
                value: 0
47
47
            }
48
48
        }