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')
This commit is contained in:
Emmanuel Kasper 2016-03-17 10:34:03 +01:00 committed by Dietmar Maurer
parent 45b473c68a
commit f1f6c52ed7

View File

@ -85,8 +85,6 @@ Ext.define('PVE.window.MPResize', {
Ext.apply(me, { Ext.apply(me, {
modal: true, modal: true,
width: 250,
height: 150,
border: false, border: false,
layout: 'fit', layout: 'fit',
buttons: [ submitBtn ], buttons: [ submitBtn ],