mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 05:07:10 +02:00
fix: useless skip
This commit is contained in:
parent
62c4b1f30b
commit
fc3f59a053
1 changed files with 0 additions and 5 deletions
|
@ -749,8 +749,6 @@ object_ptr<Ui::RpWidget> Controller::createStickersEdit() {
|
|||
container,
|
||||
tr::lng_group_stickers_description());
|
||||
|
||||
Ui::AddSkip(container, bottomSkip);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
@ -1464,9 +1462,6 @@ void Controller::fillManageSection() {
|
|||
: tr::lng_profile_delete_channel)(),
|
||||
[=]{ deleteWithConfirmation(); }
|
||||
);
|
||||
}
|
||||
|
||||
if (canEditStickers || canDeleteChannel) {
|
||||
::AddSkip(_controls.buttonsLayout);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue