Fixed display of about text in low credits balance box in some cases.

This commit is contained in:
23rd
2025-08-20 12:40:16 +03:00
parent 958dede319
commit 7d7df4f749
@@ -41,6 +41,10 @@ creditsPremiumCover: PremiumCover(defaultPremiumCover) {
creditsLowBalancePremiumCover: PremiumCover(creditsPremiumCover) {
starSize: size(64px, 62px);
starTopSkip: 30px;
about: FlatLabel(userPremiumCoverAbout) {
textFg: boxTitleFg;
minWidth: 200px;
}
}
creditsLowBalancePremiumCoverHeight: 162px;
creditsTopupButton: SettingsButton(settingsButton) {