Add podcast detail page

This commit is contained in:
Thomas Perl 2014-10-28 13:29:14 +01:00
parent 3ec5d94c30
commit 172dabc6be
7 changed files with 187 additions and 11 deletions

View file

@ -27,7 +27,7 @@ import 'common/util.js' as Util
Item {
id: expander
property bool expanded: false
property bool expanded: !canExpand
property bool canExpand: expandedHeight > contractedHeight
property real contractedHeight: 100 * pgst.scalef