Mercurial > lada > lada-client
changeset 509:4ac3eee22f96
Updated 'create messung' window.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Sat, 13 Dec 2014 14:12:52 +0100 |
parents | ae8582b4f207 |
children | 1643d74a40bb |
files | app/view/messungen/Create.js |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/app/view/messungen/Create.js Sat Dec 13 14:11:43 2014 +0100 +++ b/app/view/messungen/Create.js Sat Dec 13 14:12:52 2014 +0100 @@ -33,9 +33,11 @@ scope: this, handler: this.close }]; - this.width = Ext.getBody().getViewSize().width - 30; - this.height = Ext.getBody().getViewSize().height - 30; - this.items = [form]; + this.items = [{ + border: 0, + autoScroll: true, + items: [form] + }]; this.callParent(arguments); } });