From 9e76e6406403c21ca29cff2501a9ec7cd64c09dc Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Fri, 18 Oct 2024 03:13:44 +0300 Subject: [PATCH] Improved parts alignments of round video messages. --- Telegram/SourceFiles/history/view/media/history_view_gif.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/history/view/media/history_view_gif.cpp b/Telegram/SourceFiles/history/view/media/history_view_gif.cpp index f3de7fe3d..6a3aebfcb 100644 --- a/Telegram/SourceFiles/history/view/media/history_view_gif.cpp +++ b/Telegram/SourceFiles/history/view/media/history_view_gif.cpp @@ -801,7 +801,7 @@ void Gif::draw(Painter &p, const PaintContext &context) const { p, context, fullRight, - fullBottom, + fullBottom - st::msgDateImgDelta, 2 * paintx + paintw, (unwrapped ? InfoDisplayType::Background