Refine QML UI, layout and new/downlaoded indicators
This commit is contained in:
parent
c1d65e3572
commit
baa8db0861
5 changed files with 63 additions and 37 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue