From 2e85f7e5fcf59fbdd509e5dbb232904cab0a84ec Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Fri, 21 Apr 2023 14:39:39 +0300 Subject: [PATCH] Fixed bottom padding below description field in bot management box. --- Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp b/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp index 4984db088..fed0e6069 100644 --- a/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp +++ b/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp @@ -1008,9 +1008,7 @@ void Controller::fillManageSection() { if (_isBot) { const auto &container = _controls.buttonsLayout; - AddSkip( - container, - st::editPeerTopButtonsLayoutSkipCustomTop); + AddSkip(container, 0); fillBotUsernamesButton(); #if 0 // Enable after design improvements. fillBotEditIntroButton();