Landscape mode support, better square view layout

This commit is contained in:
Thomas Perl 2014-03-18 20:36:18 +01:00
parent 9eb422f892
commit 56c9139dd2
3 changed files with 9 additions and 8 deletions

View file

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