~verzegnassi-stefano/quick-memo/1376369

« back to all changes in this revision

Viewing changes to app/components/MainPage.qml

  • Committer: Stefano Verzegnassi
  • Date: 2014-10-21 16:01:52 UTC
  • Revision ID: stefano92.100@gmail.com-20141021160152-8xqvbxx8biu8no39
toastĀ notifications

Show diffs side-by-side

added added

removed removed

Lines of Context:
288
288
                    notes.deleteNotes(multiSelection.indexes)
289
289
                    mainPage.state = "default"
290
290
                    PopupUtils.close(deleteDialogue)
 
291
 
 
292
                    root.showNotification(i18n.tr("Memo(s) deleted!"))
291
293
                }
292
294
            }
293
295
        }
297
299
    bottomEdgePageComponent: EditMemoPage {}
298
300
    // Disable bottomEdge when MultiSelectionHandler is active
299
301
    bottomEdgeEnabled: mainPage.state !== "multiSelection"
300
 
    bottomEdgePageStartY: (mainPage.flickable === viewLoader.item) ? mainPage.header.height : 0
301
302
}