2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 00:55:12 +00:00

Fixed scroll down to reply. Show that bot admins see all messages.

Fixed date display when messages were at the same day of different months.
Shared contact with author signature height increased.
This commit is contained in:
John Preston
2016-05-14 20:28:35 +03:00
parent cb025b3aa8
commit 7444a9ad67
4 changed files with 19 additions and 16 deletions

View File

@@ -5356,6 +5356,9 @@ void HistoryContact::initDimensions() {
if (_userId) {
_minh = st::msgFileThumbPadding.top() + st::msgFileThumbSize + st::msgFileThumbPadding.bottom();
if (_parent->Has<HistoryMessageSigned>()) {
_minh += st::msgDateFont->height - st::msgDateDelta.y();
}
} else {
_minh = st::msgFilePadding.top() + st::msgFileSize + st::msgFilePadding.bottom();
}