Add podcast detail page
This commit is contained in:
parent
3ec5d94c30
commit
172dabc6be
7 changed files with 187 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue