Set correct auction about icons.

This commit is contained in:
John Preston
2025-11-15 11:44:44 +04:00
parent a71c59beae
commit d7c0f9dee8
15 changed files with 7 additions and 4 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 853 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 824 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 989 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

@@ -774,7 +774,7 @@ void AuctionAboutBox(
const auto features = std::vector<FeatureListEntry>{
{
st::menuIconRatingGifts,
st::menuIconAuctionDrop,
tr::lng_auction_about_top_title(
tr::now,
lt_count,
@@ -798,7 +798,7 @@ void AuctionAboutBox(
tr::rich),
},
{
st::menuIconRatingRefund,
st::menuIconStarsCarryover,
tr::lng_auction_about_bid_title(tr::now),
tr::lng_auction_about_bid_about(
tr::now,
@@ -807,7 +807,7 @@ void AuctionAboutBox(
tr::rich),
},
{
st::menuIconRatingUsers,
st::menuIconStarsRefund,
tr::lng_auction_about_missed_title(tr::now),
tr::lng_auction_about_missed_about(tr::now, tr::rich),
},
@@ -444,7 +444,7 @@ videoStreamStarsCover: PremiumCover(creditsLowBalancePremiumCover) {
auctionInfoPreviewMargin: margins(0px, 24px, 0px, 8px);
auctionInfoSubtitleSkip: 8px;
auctionInfoTableMargin: margins(0px, 12px, 0px, 12px);
auctionAboutLogo: icon {{ "calls/group_call_logo", windowFgActive }};
auctionAboutLogo: icon {{ "settings/large_auctions", windowFgActive }};
auctionAboutLogoPadding: margins(8px, 8px, 8px, 8px);
auctionBidPlace: FlatLabel(defaultFlatLabel) {
+3
View File
@@ -189,6 +189,9 @@ menuIconAdd: icon {{ "menu/add", menuIconColor }};
menuIconRatingGifts: icon {{ "menu/rating_gifts-24x24", menuIconColor }};
menuIconRatingUsers: icon {{ "menu/users_stars-24x24", menuIconColor }};
menuIconRatingRefund: icon {{ "menu/rating_refund-24x24", menuIconColor }};
menuIconAuctionDrop: icon {{ "menu/auction_drop", menuIconColor }};
menuIconStarsRefund: icon {{ "menu/auction_refund", menuIconColor }};
menuIconStarsCarryover: icon {{ "menu/auction_carry", menuIconColor }};
menuIconTon: icon{{ "payments/ton_emoji-18x18", menuIconColor, point(3px, 2px) }};
menuIconReorder: icon{{ "menu/reorder-24x24", menuIconColor }};