Mercurial > lada > lada-client
diff app/view/window/Messprogramm.js @ 772:a85069813d43
Fixed messprogramm window layout.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Tue, 12 May 2015 16:46:17 +0200 |
parents | ba8c0e754979 |
children | 882a1a13ea96 |
line wrap: on
line diff
--- a/app/view/window/Messprogramm.js Tue May 12 15:12:02 2015 +0200 +++ b/app/view/window/Messprogramm.js Tue May 12 16:46:17 2015 +0200 @@ -82,19 +82,21 @@ }, { //Messmethoden xtype: 'fieldset', + padding: '5, 5', title: i18n.getMsg('mmtmessprogramm.form.fieldset.title'), - autoScroll: true, margin: 5, layout: { - type: 'hbox', + type: 'column' }, items: [{ xtype: 'messmethodengrid', recordId: this.record? this.record.get('id') : null, + columnWidth: 0.5, flex: 1 }, { xtype: 'nuklidegrid', recordId: this.record? this.record.get('id') : null, + columnWidth: 0.5, flex: 1 }] }]