comparison 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
comparison
equal deleted inserted replaced
771:dd6925ef6028 772:a85069813d43
80 xtype: 'messprogrammform', 80 xtype: 'messprogrammform',
81 recordId: this.record? this.record.get('id') : null 81 recordId: this.record? this.record.get('id') : null
82 }, { 82 }, {
83 //Messmethoden 83 //Messmethoden
84 xtype: 'fieldset', 84 xtype: 'fieldset',
85 padding: '5, 5',
85 title: i18n.getMsg('mmtmessprogramm.form.fieldset.title'), 86 title: i18n.getMsg('mmtmessprogramm.form.fieldset.title'),
86 autoScroll: true,
87 margin: 5, 87 margin: 5,
88 layout: { 88 layout: {
89 type: 'hbox', 89 type: 'column'
90 }, 90 },
91 items: [{ 91 items: [{
92 xtype: 'messmethodengrid', 92 xtype: 'messmethodengrid',
93 recordId: this.record? this.record.get('id') : null, 93 recordId: this.record? this.record.get('id') : null,
94 columnWidth: 0.5,
94 flex: 1 95 flex: 1
95 }, { 96 }, {
96 xtype: 'nuklidegrid', 97 xtype: 'nuklidegrid',
97 recordId: this.record? this.record.get('id') : null, 98 recordId: this.record? this.record.get('id') : null,
99 columnWidth: 0.5,
98 flex: 1 100 flex: 1
99 }] 101 }]
100 }] 102 }]
101 }]; 103 }];
102 this.callParent(arguments); 104 this.callParent(arguments);

http://lada.wald.intevation.org