From fc3f59a0532789f784b91a9fbc227d007ca71054 Mon Sep 17 00:00:00 2001 From: AlexeyZavar Date: Thu, 16 Jan 2025 16:40:51 +0300 Subject: [PATCH] fix: useless skip --- Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp | 5 ----- 1 file changed, 5 deletions(-) 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); } }