Minor UI tweaks.

This commit is contained in:
Black Hat 2018-07-14 19:24:20 +08:00
parent e79b2c22ed
commit 6d202c7895
2 changed files with 2 additions and 1 deletions

View File

@ -13,8 +13,8 @@ AvatarContainer {
id: downloadButton id: downloadButton
text: content.body text: content.body
highlighted: !sentByMe highlighted: !sentByMe
flat: true
onClicked: downloadable.downloadAndOpen() onClicked: downloadable.downloadAndOpen()
} }

View File

@ -194,6 +194,7 @@ Item {
text: section text: section
color: "grey" color: "grey"
leftPadding: 16 leftPadding: 16
elide: Text.ElideRight
verticalAlignment: Text.AlignVCenter verticalAlignment: Text.AlignVCenter
background: Rectangle { anchors.fill:parent; color: "#dbdbdb" } background: Rectangle { anchors.fill:parent; color: "#dbdbdb" }
} }