mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix alignment of "Top Senders" label.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user