Set correct auction about icons.
|
After Width: | Height: | Size: 853 B |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 824 B |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 989 B |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
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) {
|
||||
|
||||
@@ -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 }};
|
||||
|
||||
|
||||