Minor UI tweaks.
This commit is contained in:
@@ -13,8 +13,8 @@ AvatarContainer {
|
||||
id: downloadButton
|
||||
|
||||
text: content.body
|
||||
|
||||
highlighted: !sentByMe
|
||||
flat: true
|
||||
|
||||
onClicked: downloadable.downloadAndOpen()
|
||||
}
|
||||
|
||||
@@ -194,6 +194,7 @@ Item {
|
||||
text: section
|
||||
color: "grey"
|
||||
leftPadding: 16
|
||||
elide: Text.ElideRight
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
background: Rectangle { anchors.fill:parent; color: "#dbdbdb" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user