UI fixes (play page, dialog placement, text input)
This commit is contained in:
parent
2ff14cfaa9
commit
e146239305
6 changed files with 20 additions and 10 deletions
|
@ -27,6 +27,9 @@ import 'icons/icons.js' as Icons
|
|||
SlidePage {
|
||||
id: page
|
||||
|
||||
Component.onCompleted: pgst.havePlayer = true;
|
||||
Component.onDestruction: pgst.havePlayer = false;
|
||||
|
||||
Flickable {
|
||||
id: flickable
|
||||
anchors.fill: parent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue