Minor update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@102103 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-12-15 16:25:22 +00:00
parent fb0e1469eb
commit 7774dcd12f
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ public class ChangeColumnTypePanel extends FramedPanel implements
v.add(comboTimeDimensionTypeLabel, new VerticalLayoutData(1, -1,
new Margins(1)));
v.add(change, new VerticalLayoutData(-1, -1, new Margins(10, 0, 10, 0)));
add(v, new VerticalLayoutData(-1, -1, new Margins(0)));
add(v, new VerticalLayoutData(1, 1, new Margins(0)));
resetToInitialState();