Mercurial > lada > lada-client
changeset 95:453985cacb39
Set flex option in grid for "Gemeindebezeichnung"
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 13 Jun 2013 14:26:37 +0200 |
parents | 21c069e2ecdb |
children | ecb0c0cf386b |
files | app/view/orte/List.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/app/view/orte/List.js Thu Jun 13 14:24:18 2013 +0200 +++ b/app/view/orte/List.js Thu Jun 13 14:26:37 2013 +0200 @@ -34,7 +34,7 @@ {header: 'ID', dataIndex: 'ortId'}, {header: 'Staat', dataIndex: ''}, {header: 'Gem-ID', dataIndex: ''}, - {header: 'Gemeindebezeichnung', dataIndex: 'bezeichnung'}, + {header: 'Gemeindebezeichnung', dataIndex: 'bezeichnung', flex: 1}, {header: 'Messpunkt', dataIndex: ''} ]; this.callParent(arguments);