Various bugfixes, support for filtering episode lists
This commit is contained in:
parent
431ca519d3
commit
0da88e3577
17 changed files with 421 additions and 45 deletions
|
@ -30,6 +30,7 @@ Rectangle {
|
|||
property alias hasPull: dragging.hasPull
|
||||
property alias canClose: dragging.canClose
|
||||
property real pullPhase: (x >= 0) ? 0 : (-x / (width / 4))
|
||||
property bool isDialog: false
|
||||
|
||||
function unPull() {
|
||||
stacking.fadeInAgain();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue