From 4b5fbeb16c9a27a730c95ea145e29def2cce76cc Mon Sep 17 00:00:00 2001 From: Flohack74 Date: Mon, 5 Mar 2018 21:08:50 +0100 Subject: [PATCH] Forgot to make the message reply item a bit smaller --- telegram/app/qml/MessageReplyItem.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram/app/qml/MessageReplyItem.qml b/telegram/app/qml/MessageReplyItem.qml index e88e714a..78fe987e 100644 --- a/telegram/app/qml/MessageReplyItem.qml +++ b/telegram/app/qml/MessageReplyItem.qml @@ -18,7 +18,7 @@ Item { property Message realMessage: (message && message.replyToMsgId != 0) ? telegram.message(message.replyToMsgId, dialog.peer.channelId) : replyMessage - property real maximumWidth: 100 + property real maximumWidth: 90 signal messageFocusRequest(int msgId, int channelId)