~fuchsi585/diabetes-diary-app/0.2

« back to all changes in this revision

Viewing changes to app/Diary/DiaryPage.qml

  • Committer: fuchsi585
  • Date: 2016-02-07 17:16:18 UTC
  • Revision ID: ro.fuchs585@googlemail.com-20160207171618-oi6vuhenhpp37ppk
fixed selected indices of listview

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
PageWithBottomEdge {
27
27
    id: diaryPage
28
28
    title: i18n.tr("Diary")
 
29
    flickable: null
29
30
    bottomEdgeTitle: i18n.tr("Add new entry")
30
31
    bottomEdgePageSource: Qt.resolvedUrl("./EditEntryPage.qml")
31
32
 
128
129
            //entryMetric.increment(-1);
129
130
        }
130
131
        onEditEntry: showEditPage(entry);
 
132
 
 
133
//        Scrollbar {
 
134
//            flickableItem: entryList
 
135
//            parent: entryList.parent
 
136
//        }
131
137
    }
132
138
 
133
139
}//Page