~notes-app-dev/reminders-app/trunk

« back to all changes in this revision

Viewing changes to src/app/qml/reminders.qml

  • Committer: Tarmac
  • Author(s): nskaggs, carla.sella at gmail, Carla Sella
  • Date: 2014-03-17 23:54:27 UTC
  • mfrom: (86.2.5 reminders-app)
  • Revision ID: tarmac-20140317235427-d21xbwuo4yls5ole
New baseline for AP tests.

Approved by Ubuntu Phone Apps Jenkins Bot, Carla Sella.

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
 
186
186
            Tab {
187
187
                title: i18n.tr("Notes")
 
188
                objectName: "NotesTab"
188
189
                page: NotesPage {
189
190
                    id: notesPage
190
191
 
210
211
 
211
212
            Tab {
212
213
                title: i18n.tr("Notebooks")
 
214
                objectName: "NotebookTab"
213
215
                page: NotebooksPage {
214
216
                    id: notebooksPage
215
217