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) {
 | 
						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();
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue