Mercurial > lada > lada-client
comparison app/view/proben/CreateForm.js @ 506:2b5aa0e6e641
Moved min width from lada form superclass to concrete form classes.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Sat, 13 Dec 2014 14:09:57 +0100 |
parents | 5d958fb1dd26 |
children | 91a1a88ee353 |
comparison
equal
deleted
inserted
replaced
505:5d958fb1dd26 | 506:2b5aa0e6e641 |
---|---|
20 'Lada.view.widgets.Probenart', | 20 'Lada.view.widgets.Probenart', |
21 'Lada.view.widgets.Uwb' | 21 'Lada.view.widgets.Uwb' |
22 ], | 22 ], |
23 | 23 |
24 model: 'Lada.model.Probe', | 24 model: 'Lada.model.Probe', |
25 minWidth: 650, | |
25 | 26 |
26 initComponent: function() { | 27 initComponent: function() { |
27 this.items = [{ | 28 this.items = [{ |
28 xtype: 'fieldset', | 29 xtype: 'fieldset', |
29 title: 'Probenangaben', | 30 title: 'Probenangaben', |