UI fixes (play page, dialog placement, text input)

This commit is contained in:
Thomas Perl 2014-11-23 00:00:26 +01:00
parent 2ff14cfaa9
commit e146239305
6 changed files with 20 additions and 10 deletions

View file

@ -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