From bd260569d386d3bb2b0f5dc35655768b08a2e017 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Fri, 3 Jul 2020 12:48:50 +0200 Subject: [PATCH] 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 --- www/MainView.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/MainView.js b/www/MainView.js index 9176f0f2..062d78e0 100644 --- a/www/MainView.js +++ b/www/MainView.js @@ -205,7 +205,8 @@ Ext.define('PBS.MainView', { baseCls: 'x-plain', }, { - flex: 1 + flex: 1, + baseCls: 'x-plain', }, { baseCls: 'x-plain',