From 1db0f3fce321a6f22da47998a53f6a5bf7bc7b36 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 13 Feb 2017 02:54:37 +1300 Subject: Use flex instead of forceFit --- web/app/view/Devices.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'web/app/view/Devices.js') diff --git a/web/app/view/Devices.js b/web/app/view/Devices.js index 6ca4098..664c094 100644 --- a/web/app/view/Devices.js +++ b/web/app/view/Devices.js @@ -145,10 +145,9 @@ Ext.define('Traccar.view.Devices', { selectionchange: 'onSelectionChange' }, - forceFit: true, - columns: { defaults: { + flex: 1, minWidth: Traccar.Style.columnWidthNormal }, items: [{ -- cgit v1.2.3