Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widgetx@93206 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-03-17 14:58:44 +00:00 committed by Giancarlo Panichi
parent 62a697a5a5
commit 991f7604c8
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ public class TabularDataXGridPanel extends ContentPanel {
loader.setRemoteSort(true);
liveGridView = new ExtendedLiveGridView();
liveGridView.setRowHeight(21);
//liveGridView.setRowHeight(19);
grid = new Grid<DataRow>(store, columnModel);
grid.setLoadMask(true);