mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Removed description text from premium settings.
This commit is contained in:
parent
f1ebf3d9f6
commit
b45f97d384
1 changed files with 4 additions and 0 deletions
|
@ -732,6 +732,7 @@ void Premium::setupContent() {
|
|||
}
|
||||
|
||||
AddSkip(content, descriptionPadding.bottom());
|
||||
#if 0
|
||||
AddSkip(content);
|
||||
AddDivider(content);
|
||||
AddSkip(content);
|
||||
|
@ -750,6 +751,9 @@ void Premium::setupContent() {
|
|||
st::aboutLabel),
|
||||
st::boxRowPadding);
|
||||
AddSkip(content, stDefault.padding.top() + stDefault.padding.bottom());
|
||||
#else
|
||||
AddSkip(content, stDefault.padding.bottom());
|
||||
#endif
|
||||
|
||||
Ui::ResizeFitChild(this, content);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue