mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
fix: useless skip
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user