Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-table-widget@94661 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-04-09 17:14:40 +00:00 committed by Giancarlo Panichi
parent b7ffa4987d
commit 030e8964ca
1 changed files with 3 additions and 3 deletions

View File

@ -158,12 +158,12 @@ public class ValidationsTablePanel extends FramedPanel {
grid.setColumnResize(true);
grid.getView().setAutoExpandColumn(descriptionCol);
FieldLabel validationsLabel = new FieldLabel(null, "Validations");
validationsLabel.getElement().applyStyles("font-weight:bold");
//FieldLabel validationsLabel = new FieldLabel(null, "Validations");
//validationsLabel.getElement().applyStyles("font-weight:bold");
VerticalLayoutContainer v = new VerticalLayoutContainer();
v.setScrollMode(ScrollMode.AUTO);
v.add(validationsLabel, new VerticalLayoutData(-1, -1, new Margins(2,1,5,1)));
//v.add(validationsLabel, new VerticalLayoutData(-1, -1, new Margins(2,1,5,1)));
v.add(grid, new VerticalLayoutData(1, -1, new Margins(0)));
add(v);