diff --git a/Telegram/SourceFiles/history/view/media/history_view_gif.cpp b/Telegram/SourceFiles/history/view/media/history_view_gif.cpp index 4c8713685..a781a3ecc 100644 --- a/Telegram/SourceFiles/history/view/media/history_view_gif.cpp +++ b/Telegram/SourceFiles/history/view/media/history_view_gif.cpp @@ -269,9 +269,6 @@ QSize Gif::countOptimalSize() { accumulate_max(maxWidth, botTop->maxWidth); minHeight += botTop->height; } - if (isBubbleBottom()) { - minHeight += st::msgPadding.bottom(); - } } else if (isUnwrapped()) { const auto item = _parent->data(); auto via = item->Get();