Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-information-widget@112246 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-02-23 17:33:41 +00:00
parent ca704fd644
commit 21cdca01ce
1 changed files with 2 additions and 2 deletions

View File

@ -206,7 +206,7 @@ public class TabularResourceProperties extends FramedPanel {
validField.setValue(false);
validField.setReadOnly(true);
layoutTabularResource.add(new FieldLabel(validField, "Valid"),
new VerticalLayoutData(1, -1));
new VerticalLayoutData(1, -1, new Margins(0)));
finalizedField = new CheckBox();
finalizedField.setValue(false);
@ -222,7 +222,7 @@ public class TabularResourceProperties extends FramedPanel {
}
});
layoutTabularResource.add(new FieldLabel(finalizedField, "Final"),
new VerticalLayoutData(1, -1));
new VerticalLayoutData(1, -1, new Margins(0)));
// Save Button
saveButton = new TextButton("Save");