From f1f6c52ed76e44f0f91c3b038aaeb436f2dffd6c Mon Sep 17 00:00:00 2001 From: Emmanuel Kasper Date: Thu, 17 Mar 2016 10:34:03 +0100 Subject: [PATCH] Don't set a fix size for MPResize window Due to the font increase of the Crisp theme, the text was truncated Instead of setting manually window size, let the items of the component freely expend to what they need ( layout 'fit') --- www/manager6/lxc/MPResize.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/manager6/lxc/MPResize.js b/www/manager6/lxc/MPResize.js index ee193df0..bcda4b60 100644 --- a/www/manager6/lxc/MPResize.js +++ b/www/manager6/lxc/MPResize.js @@ -85,8 +85,6 @@ Ext.define('PVE.window.MPResize', { Ext.apply(me, { modal: true, - width: 250, - height: 150, border: false, layout: 'fit', buttons: [ submitBtn ],