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
1 changed files with 1 additions and 3 deletions

View File

@ -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();