diff --git a/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp b/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp index 7fea20e34..a16505f6a 100644 --- a/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp +++ b/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp @@ -749,8 +749,6 @@ object_ptr 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); } }