~dyams/unity-2d/mm-launcher

« back to all changes in this revision

Viewing changes to places/FilterPane.qml

  • Committer: LDS
  • Date: 2011-12-21 06:42:28 UTC
  • mfrom: (831.2.1 unity-2d)
  • Revision ID: lohith.shivamurthy@canonical.com-20111221064228-oljh99iglwj8jjg1
updated with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
            folded: filterPane.folded
83
83
 
84
84
            anchors.verticalCenter: title.verticalCenter
 
85
            anchors.verticalCenterOffset: 1
85
86
            anchors.right: parent.right
86
87
        }
87
88
    }
101
102
        anchors.topMargin: 7
102
103
        anchors.bottom: parent.bottom
103
104
        orientation: ListView.Vertical
104
 
        spacing: 12
 
105
        spacing: 13
105
106
 
106
107
        /* Make sure the first section is selected when getting the focus */
107
108
        currentIndex: 0