~tpeeters/gallery-app/toolbarItems

« back to all changes in this revision

Viewing changes to rc/qml/AlbumEditor.qml

  • Committer: tpeeters
  • Date: 2013-06-18 12:48:32 UTC
  • Revision ID: tim.peeters@canonical.com-20130618124832-22ykwr6wolbeu3we
album tests pass

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    title: "Edit album"
37
37
    tools: ToolbarItems {
38
38
        back: Button {
 
39
            objectName: "cancelButton"
39
40
            anchors.verticalCenter: parent.verticalCenter
40
41
            text: i18n.tr("Cancel")
41
42
            width: units.gu(10)