From 6d202c7895c5e47deb7874d4e05937da8e4973da Mon Sep 17 00:00:00 2001 From: Black Hat Date: Sat, 14 Jul 2018 19:24:20 +0800 Subject: [PATCH] Minor UI tweaks. --- qml/component/FileBubble.qml | 2 +- qml/form/RoomListForm.qml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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" } }