Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Commit

Permalink
Forgot to make the message reply item a bit smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
Flohack74 committed Mar 5, 2018
1 parent a436ae7 commit 4b5fbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telegram/app/qml/MessageReplyItem.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 4b5fbeb

Please sign in to comment.