~ubuntu-branches/ubuntu/trusty/ubuntu-settings-components/trusty

« back to all changes in this revision

Viewing changes to tests/qmltests/Menus/tst_ProgressValueMenu.qml

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Nick Dedekind, Ubuntu daily release
  • Date: 2013-12-17 12:49:47 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20131217124947-2t3t3trtfjuc8v8i
Tags: 0.1+14.04.20131217-0ubuntu1
[ Nick Dedekind ]
* Fixed visual design of EventMenu. Simplified Checkbox/GroupMessage.
  (LP: #1237752)

[ Ubuntu daily release ]
* Automatic snapshot from revision 59

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
        }