mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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());
|
AddSkip(content, descriptionPadding.bottom());
|
||||||
|
#if 0
|
||||||
AddSkip(content);
|
AddSkip(content);
|
||||||
AddDivider(content);
|
AddDivider(content);
|
||||||
AddSkip(content);
|
AddSkip(content);
|
||||||
|
@ -750,6 +751,9 @@ void Premium::setupContent() {
|
||||||
st::aboutLabel),
|
st::aboutLabel),
|
||||||
st::boxRowPadding);
|
st::boxRowPadding);
|
||||||
AddSkip(content, stDefault.padding.top() + stDefault.padding.bottom());
|
AddSkip(content, stDefault.padding.top() + stDefault.padding.bottom());
|
||||||
|
#else
|
||||||
|
AddSkip(content, stDefault.padding.bottom());
|
||||||
|
#endif
|
||||||
|
|
||||||
Ui::ResizeFitChild(this, content);
|
Ui::ResizeFitChild(this, content);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue