mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-14 07:23:46 +00:00
Removed description text from premium settings.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user