diff --git a/qml/component/FileBubble.qml b/qml/component/FileBubble.qml index ec292fc..1b8cf1d 100644 --- a/qml/component/FileBubble.qml +++ b/qml/component/FileBubble.qml @@ -13,8 +13,8 @@ AvatarContainer { id: downloadButton text: content.body - highlighted: !sentByMe + flat: true onClicked: downloadable.downloadAndOpen() } diff --git a/qml/form/RoomListForm.qml b/qml/form/RoomListForm.qml index b280f1c..3c79913 100644 --- a/qml/form/RoomListForm.qml +++ b/qml/form/RoomListForm.qml @@ -194,6 +194,7 @@ Item { text: section color: "grey" leftPadding: 16 + elide: Text.ElideRight verticalAlignment: Text.AlignVCenter background: Rectangle { anchors.fill:parent; color: "#dbdbdb" } }