~etherpulse/podbird/playback_rate

« back to all changes in this revision

Viewing changes to app/ui/SearchTab.qml

  • Committer: Michael Sheldon
  • Date: 2015-01-10 10:10:43 UTC
  • Revision ID: michael.sheldon@canonical.com-20150110101043-sah5lsq0k75atxyn
Extend ListViews to the bottom of the screen

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
            spacing: units.gu(2)
32
32
            anchors.fill: parent
33
33
            anchors.margins: units.gu(2)
 
34
            anchors.bottomMargin: 0
34
35
 
35
36
            TextField {
36
37
                id: searchField
49
50
            ListView {
50
51
                width: parent.width
51
52
                model: searchResults
52
 
                height: parent.height - searchField.height - units.gu(4)
 
53
                height: parent.height - searchField.height - units.gu(2)
53
54
                clip: true
54
55
                spacing: units.gu(1)
55
56
                footer: Item {