~nik90/podbird/3-auto-clean-episodes

« back to all changes in this revision

Viewing changes to app/ui/SettingsTab.qml

  • Committer: Nekhelesh Ramananthan
  • Date: 2015-03-11 11:46:18 UTC
  • Revision ID: krnekhelesh@gmail.com-20150311114618-fen6bb6s7en5ct54
Fixed listitem height

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
            ExpandableListItem {
88
88
                id: cleanupSetting
89
89
 
90
 
                listViewHeight: units.gu(30)
 
90
                listViewHeight: units.gu(36)
91
91
                customModel: cleanupModel
92
92
                title: i18n.tr("Remove episodes older than")
93
93
                subTitle: podbird.settings.retentionDays === -1 ? i18n.tr("Never")