Mercurial > lada > lada-client
comparison app/view/window/ProbeCreate.js @ 832:d9824c49e781
GenProbenWindow: Resize
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Tue, 16 Jun 2015 10:11:36 +0200 |
parents | 6f6d2df00130 |
children | 392be36fe3ac |
comparison
equal
deleted
inserted
replaced
831:e3bd911b576b | 832:d9824c49e781 |
---|---|
50 // we need the "modelId" param to load the correct item. | 50 // we need the "modelId" param to load the correct item. |
51 | 51 |
52 this.items = [{ | 52 this.items = [{ |
53 border: 0, | 53 border: 0, |
54 autoScroll: true, | 54 autoScroll: true, |
55 layout: 'fit', | |
55 items: [{ | 56 items: [{ |
56 xtype: 'probeform' | 57 xtype: 'probeform' |
57 }] | 58 }] |
58 }]; | 59 }]; |
59 this.callParent(arguments); | 60 this.callParent(arguments); |