~lukas-kde/unity8/dashboard

« back to all changes in this revision

Viewing changes to qml/Launcher/DrawerListView.qml

  • Committer: Lukáš Tinkl
  • Date: 2017-01-26 12:13:17 UTC
  • mfrom: (2749.1.49 unity8)
  • Revision ID: lukas.tinkl@canonical.com-20170126121317-qms39s9pikclidbe
merge trunk, fix conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    bottomMargin: units.gu(1)
26
26
    spacing: units.gu(1)
27
27
    clip: true
 
28
    focus: true
 
29
 
 
30
    onActiveFocusChanged: {
 
31
        currentIndex = -1;
 
32
        currentIndex = 0;
 
33
    }
28
34
 
29
35
    function getFirstAppId() {
30
36
        return model.appId(0);