Fixed bottom padding below description field in bot management box.

This commit is contained in:
23rd 2023-04-21 14:39:39 +03:00
parent 3e8b1d9663
commit 2e85f7e5fc

View File

@ -1008,9 +1008,7 @@ void Controller::fillManageSection() {
if (_isBot) { if (_isBot) {
const auto &container = _controls.buttonsLayout; const auto &container = _controls.buttonsLayout;
AddSkip( AddSkip(container, 0);
container,
st::editPeerTopButtonsLayoutSkipCustomTop);
fillBotUsernamesButton(); fillBotUsernamesButton();
#if 0 // Enable after design improvements. #if 0 // Enable after design improvements.
fillBotEditIntroButton(); fillBotEditIntroButton();