Touch: Cleanup UI

This commit is contained in:
Thomas Perl 2014-03-14 21:57:51 +01:00
parent 0fafc27145
commit 7e7bfbe69e
6 changed files with 24 additions and 63 deletions

View file

@ -67,6 +67,11 @@ SlidePage {
section.property: 'section'
section.delegate: SectionHeader { text: section }
PPlaceholder {
text: 'No podcasts'
visible: podcastList.count === 0
}
model: podcastListModel
delegate: PodcastItem {