Refine QML UI, layout and new/downlaoded indicators

This commit is contained in:
Thomas Perl 2014-05-09 20:41:04 +02:00
parent c1d65e3572
commit baa8db0861
5 changed files with 63 additions and 37 deletions

View file

@ -65,14 +65,14 @@ SlidePage {
id: detailColumn
width: detailPage.width
spacing: 10 * pgst.scalef
spacing: Constants.layout.padding * pgst.scalef
Item { height: 20 * pgst.scalef; width: parent.width }
Item { height: Constants.layout.padding * pgst.scalef; width: parent.width }
Column {
width: parent.width - 2 * 30 * pgst.scalef
width: parent.width - 2 * Constants.layout.padding * pgst.scalef
anchors.horizontalCenter: parent.horizontalCenter
spacing: 10 * pgst.scalef
spacing: Constants.layout.padding * pgst.scalef
PLabel {
text: detailPage.title