mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Fixed bottom padding below description field in bot management box.
This commit is contained in:
parent
3e8b1d9663
commit
2e85f7e5fc
1 changed files with 1 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue