diff --git a/Telegram/SourceFiles/info/channel_statistics/earn/info_channel_earn_list.cpp b/Telegram/SourceFiles/info/channel_statistics/earn/info_channel_earn_list.cpp index 15f8428294..64c791018b 100644 --- a/Telegram/SourceFiles/info/channel_statistics/earn/info_channel_earn_list.cpp +++ b/Telegram/SourceFiles/info/channel_statistics/earn/info_channel_earn_list.cpp @@ -765,13 +765,13 @@ void InnerWidget::fill() { creditsSecondLabel->resizeToWidth( available - creditsSecondLabel->pos().x()); if (!showCredits) { - const auto x = std::numeric_limits::max(); + const auto x = std::numeric_limits::max() / 2; icon->moveToLeft(x, 0); creditsLabel->moveToLeft(x, 0); creditsSecondLabel->moveToLeft(x, 0); } if (!showCurrency) { - const auto x = std::numeric_limits::max(); + const auto x = std::numeric_limits::max() / 2; majorLabel->moveToLeft(x, 0); minorLabel->moveToLeft(x, 0); secondMinorLabel->moveToLeft(x, 0);