ui: fix glitch on some zoom steps
if the baseCls is not 'x-plain' the background of the flex element is white, and on some zoom steps it gets taller than one pixel and appears as a white line making it have the plain baseCls, so it does not get any background color and is always invisible Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
		
				
					committed by
					
						 Dietmar Maurer
						Dietmar Maurer
					
				
			
			
				
	
			
			
			
						parent
						
							36cb4b30ef
						
					
				
				
					commit
					bd260569d3
				
			| @ -205,7 +205,8 @@ Ext.define('PBS.MainView', { | |||||||
| 		    baseCls: 'x-plain', | 		    baseCls: 'x-plain', | ||||||
| 		}, | 		}, | ||||||
| 		{ | 		{ | ||||||
| 		    flex: 1 | 		    flex: 1, | ||||||
|  | 		    baseCls: 'x-plain', | ||||||
| 		}, | 		}, | ||||||
| 		{ | 		{ | ||||||
| 		    baseCls: 'x-plain', | 		    baseCls: 'x-plain', | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user