Remove start page, Silica-ize the UI more
This commit is contained in:
parent
982d2347da
commit
c4d4d2961b
7 changed files with 22 additions and 220 deletions
|
@ -78,7 +78,7 @@ ListItem {
|
|||
margins: 30 * pgst.scalef
|
||||
}
|
||||
|
||||
elide: Text.ElideRight
|
||||
truncationMode: TruncationMode.Fade
|
||||
text: title
|
||||
|
||||
opacity: {
|
||||
|
@ -96,7 +96,7 @@ ListItem {
|
|||
anchors {
|
||||
right: parent.right
|
||||
verticalCenter: parent.verticalCenter
|
||||
margins: 30 * pgst.scalef
|
||||
rightMargin: (30 * pgst.scalef) * (text != '')
|
||||
}
|
||||
|
||||
font.pixelSize: parent.contentHeight
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue