Various layout and UI fixes
This commit is contained in:
parent
9610c51c30
commit
b0c7071c56
2 changed files with 15 additions and 13 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue