Skip to content

Commit 7d7df4f

Browse files
committed
Fixed display of about text in low credits balance box in some cases.
1 parent 958dede commit 7d7df4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Telegram/SourceFiles/ui/effects/credits.style

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ creditsPremiumCover: PremiumCover(defaultPremiumCover) {
4141
creditsLowBalancePremiumCover: PremiumCover(creditsPremiumCover) {
4242
starSize: size(64px, 62px);
4343
starTopSkip: 30px;
44+
about: FlatLabel(userPremiumCoverAbout) {
45+
textFg: boxTitleFg;
46+
minWidth: 200px;
47+
}
4448
}
4549
creditsLowBalancePremiumCoverHeight: 162px;
4650
creditsTopupButton: SettingsButton(settingsButton) {

0 commit comments

Comments
 (0)