From 0a465cee9200e0ae297aa9fe7eb9ac78be4636ad Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 20 Dec 2016 02:14:39 +1300 Subject: Workaround for moving column (fix #2707) --- web/app/view/State.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'web/app/view/State.js') diff --git a/web/app/view/State.js b/web/app/view/State.js index 3356fd7..2dc466f 100644 --- a/web/app/view/State.js +++ b/web/app/view/State.js @@ -49,11 +49,10 @@ Ext.define('Traccar.view.State', { selectionchange: 'onSelectionChange' }, - forceFit: true, - columns: { defaults: { - minWidth: Traccar.Style.columnWidthNormal + minWidth: Traccar.Style.columnWidthNormal, + flex: 1 }, items: [{ text: Strings.stateName, -- cgit v1.2.3