~nik90/unav/marcos-menu-structure

« back to all changes in this revision

Viewing changes to qml/Favorites.qml

  • Committer: Nekhelesh Ramananthan
  • Date: 2016-04-17 16:42:49 UTC
  • Revision ID: krnekhelesh@gmail.com-20160417164249-fa49ookn58d9py72
Page headers now hide while scrolling search results and favorites

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    property string favName
32
32
    property string favName_edit: ""
33
33
 
 
34
    property ListView flickable: favoritesListView
 
35
 
34
36
    function addFavoriteDialog() {
35
37
        PopupUtils.open(addFavorite)
36
38
    }
80
82
        id: favoritesListView
81
83
 
82
84
        model: favoritesModel
83
 
        anchors { fill: parent; margins: units.gu(-2); bottomMargin: units.gu(0) }
84
 
        interactive: contentHeight > height
 
85
        anchors.fill: parent
85
86
 
86
87
        displaced: Transition {
87
88
            UbuntuNumberAnimation { property: "y"; duration: UbuntuAnimation.BriskDuration }