Various layout and UI fixes

This commit is contained in:
Thomas Perl 2014-11-22 18:04:30 +01:00
parent 9610c51c30
commit b0c7071c56
2 changed files with 15 additions and 13 deletions

View file

@ -24,11 +24,8 @@ import 'common/util.js' as Util
import 'common/constants.js' as Constants
import 'icons/icons.js' as Icons
Dialog {
id: playerPage
contentHeight: flickable.contentHeight
fullWidth: true
SlidePage {
id: page
Flickable {
id: flickable
@ -51,6 +48,11 @@ Dialog {
margins: 30 * pgst.scalef
}
SlidePageHeader {
title: 'Now playing'
width: parent.width
}
Item { width: parent.width; height: 20 * pgst.scalef }
PLabel {