Landscape mode support, better square view layout
This commit is contained in:
parent
9eb422f892
commit
56c9139dd2
3 changed files with 9 additions and 8 deletions
|
@ -44,11 +44,6 @@ Dialog {
|
|||
width: flickable.width
|
||||
spacing: 10 * pgst.scalef
|
||||
|
||||
SlidePageHeader {
|
||||
title: 'Now playing'
|
||||
color: Constants.colors.playback
|
||||
}
|
||||
|
||||
Column {
|
||||
anchors {
|
||||
left: parent.left
|
||||
|
@ -56,6 +51,8 @@ Dialog {
|
|||
margins: 30 * pgst.scalef
|
||||
}
|
||||
|
||||
Item { width: parent.width; height: 20 * pgst.scalef }
|
||||
|
||||
PLabel {
|
||||
anchors {
|
||||
left: parent.left
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue