aboutsummaryrefslogtreecommitdiff
path: root/qml/Message.qml
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-11-20 13:07:17 +0100
committerMiquel Lionel <lionel@les-miquelots.net>2021-11-20 13:15:21 +0100
commitb51a3e81dd2178c681226458ca4bb73ae98a5e34 (patch)
tree5a46cd966b7d3cbb7ae10664b367ed62da170858 /qml/Message.qml
parent3a23720bd8390fc96efdccfe65f27389672155c4 (diff)
downloadkdeltachat-b51a3e81dd2178c681226458ca4bb73ae98a5e34.tar.gz
kdeltachat-b51a3e81dd2178c681226458ca4bb73ae98a5e34.zip
You can unblock people now and some small fixes
- the chatlist is now properly updated on blocking a contact request or contact. - A small message is now displayed after blocking a contact request - A list of blocked contact can be found on the settings page, after clicking 'View blocked users' - The message timestamp is now slightly padded
Diffstat (limited to 'qml/Message.qml')
-rw-r--r--qml/Message.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/qml/Message.qml b/qml/Message.qml
index 14d68a8..d255430 100644
--- a/qml/Message.qml
+++ b/qml/Message.qml
@@ -84,6 +84,7 @@ RowLayout {
}
Rectangle {
+ id: msgRect
Layout.leftMargin: Kirigami.Units.largeSpacing
Layout.preferredWidth: messageContents.width
Layout.preferredHeight: messageContents.height
@@ -447,6 +448,7 @@ RowLayout {
}
Label {
+ padding: Kirigami.Units.largeSpacing
font.pixelSize: 14
color: Kirigami.Theme.disabledTextColor
text: Qt.formatDateTime(root.message.timestamp, "dd. MMM yyyy, hh:mm")