~ralsina/ubuntu-system-settings/notification-plugin

« back to all changes in this revision

Viewing changes to plugins/background/Preview.qml

  • Committer: Roberto Alsina
  • Date: 2014-07-31 18:32:54 UTC
  • mfrom: (779.1.70 ubuntu-system-settings)
  • Revision ID: roberto.alsina@canonical.com-20140731183254-0dgi0dfspshtolbb
merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
            spacing: units.gu(2)
94
94
 
95
95
            Button {
 
96
                objectName: "cancelButton"
96
97
                text: i18n.tr("Cancel")
97
98
                width: (previewButtons.width-units.gu(2)*4)/2
98
99
                gradient: UbuntuColors.greyGradient
99
100
                onClicked: preview.state = "cancelled"
100
101
            }
101
102
            Button {
 
103
                objectName: "saveButton"
102
104
                text: i18n.tr("Set")
103
105
                width: (previewButtons.width-units.gu(2)*4)/2
104
106
                onClicked: preview.state = "saved"