Minor UI tweaks.
This commit is contained in:
parent
e79b2c22ed
commit
6d202c7895
|
@ -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" }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue