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:
Dominik Csapak 2020-07-03 12:48:50 +02:00 committed by Dietmar Maurer
parent 36cb4b30ef
commit bd260569d3

View File

@ -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',