diff --git a/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp b/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp index 4984db088b..fed0e6069d 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();