Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-table-widget@98362 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
f61a6f3be1
commit
31b30c69de
|
@ -170,14 +170,15 @@ public class NormalizePanel extends FramedPanel implements ProgressDialogListene
|
||||||
|
|
||||||
normalizedColumnName = new TextField();
|
normalizedColumnName = new TextField();
|
||||||
FieldLabel normalizedColumnNameLabel=new FieldLabel(normalizedColumnName, "Normalized column");
|
FieldLabel normalizedColumnNameLabel=new FieldLabel(normalizedColumnName, "Normalized column");
|
||||||
normalizedColumnNameLabel.setLabelWidth(120);
|
normalizedColumnNameLabel.setLabelWidth(110);
|
||||||
|
|
||||||
valueColumnName = new TextField();
|
valueColumnName = new TextField();
|
||||||
FieldLabel valueColumnNameLabel=new FieldLabel(valueColumnName, "Value column");
|
FieldLabel valueColumnNameLabel=new FieldLabel(valueColumnName, "Value column");
|
||||||
valueColumnNameLabel.setLabelWidth(120);
|
valueColumnNameLabel.setLabelWidth(110);
|
||||||
|
|
||||||
FieldLabel columnsLabel = new FieldLabel(null,"Columns to Normalize");
|
FieldLabel columnsLabel = new FieldLabel(null,"Columns to Normalize");
|
||||||
columnsLabel.setLabelWidth(180);
|
columnsLabel.setLabelWidth(150);
|
||||||
|
|
||||||
|
|
||||||
columnsLabel.getElement().applyStyles("font-weight:bold");
|
columnsLabel.getElement().applyStyles("font-weight:bold");
|
||||||
HBoxLayoutContainer hBox = new HBoxLayoutContainer();
|
HBoxLayoutContainer hBox = new HBoxLayoutContainer();
|
||||||
|
|
Loading…
Reference in New Issue