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 ee193df..bcda4b6 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 ],
-- 
2.1.4


_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to