ui: fix widget height in dashboard

This commit is contained in:
Dietmar Maurer 2020-11-10 08:12:35 +01:00
parent 98d9323534
commit a6310ec294

View File

@ -332,12 +332,13 @@ Ext.define('PBS.Dashboard', {
Ext.String.format(gettext('{0} days'), '{days}') + ')',
},
xtype: 'pbsTaskSummary',
height: 200,
reference: 'tasksummary',
},
{
iconCls: 'fa fa-ticket',
title: 'Subscription',
height: 166,
height: 200,
reference: 'subscription',
xtype: 'pbsSubscriptionInfo',
},