From 2e0f04ce93cdc91c5f42ba706b77fc0d50b7b1cd Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 9 Oct 2025 18:24:05 +0400 Subject: [PATCH] Fix alignment of "Top Senders" label. --- Telegram/SourceFiles/payments/ui/payments_reaction_box.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/payments/ui/payments_reaction_box.cpp b/Telegram/SourceFiles/payments/ui/payments_reaction_box.cpp index 639cd1c70b..e2fcd4490b 100644 --- a/Telegram/SourceFiles/payments/ui/payments_reaction_box.cpp +++ b/Telegram/SourceFiles/payments/ui/payments_reaction_box.cpp @@ -293,7 +293,8 @@ void FillTopReactors( container, tr::lng_paid_react_top_title(), [](QRect) { return st::creditsBg3->b; }), - st::boxRowPadding + st::paidReactTopTitleMargin); + st::boxRowPadding + st::paidReactTopTitleMargin, + style::al_top); const auto height = st::paidReactTopNameSkip + st::normalFont->height; const auto wrap = container->add(