ext6migrate: change applyIf to apply in TaskViewer

this fixes the window for tasks (previously the content was not
correctly sized)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2016-02-25 14:11:22 +01:00 committed by Dietmar Maurer
parent 937be156aa
commit b9dc40e333

View File

@ -201,7 +201,7 @@ Ext.define('PVE.window.TaskViewer', {
statstore.startUpdate();
Ext.applyIf(me, {
Ext.apply(me, {
title: "Task viewer: " + task.desc,
width: 800,
height: 400,