use Ext.apply() instead of Ext.applyIf() to properly load child items

This commit is contained in:
Emmanuel Kasper
2016-03-15 14:12:57 +01:00
committed by Dietmar Maurer
parent b47dcaec3a
commit f805a76242

View File

@ -171,7 +171,7 @@ Ext.define('PVE.window.Wizard', {
me.title = PVE.Utils.dialog_title(me.subject, true, false);
}
Ext.applyIf(me, {
Ext.apply(me, {
width: 620,
height: 400,
modal: true,