Mercurial > lada > lada-client
comparison app/view/window/MessungEdit.js @ 1163:d3cf992099a0
Change height of MessungsGrid and MesswertGrid
author | Evi Huber <ehuber@bfs.de> |
---|---|
date | Mon, 27 Jun 2016 15:09:09 +0200 |
parents | 9934dc780701 |
children | 5e3d4136ecfb |
comparison
equal
deleted
inserted
replaced
1162:b98e3af27424 | 1163:d3cf992099a0 |
---|---|
83 title: 'Messwerte', | 83 title: 'Messwerte', |
84 padding: '5, 5', | 84 padding: '5, 5', |
85 margin: 5, | 85 margin: 5, |
86 items: [{ | 86 items: [{ |
87 xtype: 'messwertgrid', | 87 xtype: 'messwertgrid', |
88 minHeight:'110', | |
88 recordId: this.record.get('id'), | 89 recordId: this.record.get('id'), |
89 messgroesseStore: mStore | 90 messgroesseStore: mStore |
90 }] | 91 }] |
91 }, { | 92 }, { |
92 xtype: 'fset', | 93 xtype: 'fset', |