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