fix wrong grid height on windows firefox 4

This commit is contained in:
Sebastian Sdorra
2011-05-05 19:49:28 +02:00
parent 8c9227d62d
commit f4aea71a5a

View File

@@ -945,7 +945,7 @@ Sonia.repository.ChangesetViewerGrid = Ext.extend(Ext.grid.GridPanel, {
header: false,
autoScroll: true,
autoExpandColumn: 'metadata',
height: '100%',
autoHeight: true,
hideHeaders: true,
colModel: changesetColModel,
loadMask: true