mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-21 05:02:50 +02:00
36 lines
912 B
Text
36 lines
912 B
Text
/*
|
|
This file is part of Telegram Desktop,
|
|
the official desktop application for the Telegram messaging service.
|
|
|
|
For license and copyright information please follow this link:
|
|
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|
*/
|
|
using "ui/basic.style";
|
|
using "boxes/boxes.style";
|
|
using "ui/widgets/widgets.style";
|
|
using "ui/effects/premium.style";
|
|
using "settings/settings.style";
|
|
|
|
creditsPremiumCover: PremiumCover(defaultPremiumCover) {
|
|
about: FlatLabel(userPremiumCoverAbout) {
|
|
textFg: boxTitleFg;
|
|
}
|
|
}
|
|
creditsTopupButton: SettingsButton(settingsButton) {
|
|
style: semiboldTextStyle;
|
|
}
|
|
creditsTopupPrice: FlatLabel(defaultFlatLabel) {
|
|
textFg: windowSubTextFg;
|
|
}
|
|
|
|
creditsHistoryRightSkip: 10px;
|
|
creditsBalanceStarHeight: 20px;
|
|
|
|
creditsBoxAbout: FlatLabel(defaultFlatLabel) {
|
|
minWidth: 256px;
|
|
align: align(top);
|
|
}
|
|
|
|
creditsBoxAboutTitle: FlatLabel(settingsPremiumUserTitle) {
|
|
minWidth: 256px;
|
|
}
|