Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-extractcodelist-widget@111559 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
fb773be824
commit
b40852f708
|
@ -37,8 +37,6 @@ public class ExtractCodelistDetailsCard extends WizardCard {
|
||||||
private static final String TABLEDETAILPANELHEIGHT = "100%";
|
private static final String TABLEDETAILPANELHEIGHT = "100%";
|
||||||
private static final String FORMWIDTH = "538px";
|
private static final String FORMWIDTH = "538px";
|
||||||
|
|
||||||
private static final int LABEL_WIDTH = 128;
|
|
||||||
private static final int LABEL_PAD_WIDTH = 2;
|
|
||||||
|
|
||||||
private ExtractCodelistSession extractCodelistSession;
|
private ExtractCodelistSession extractCodelistSession;
|
||||||
private ExtractCodelistDetailsCard thisCard;
|
private ExtractCodelistDetailsCard thisCard;
|
||||||
|
@ -102,8 +100,6 @@ public class ExtractCodelistDetailsCard extends WizardCard {
|
||||||
new ToolTip(automaticallyAttachPanel, new ToolTipConfig(
|
new ToolTip(automaticallyAttachPanel, new ToolTipConfig(
|
||||||
"Automatically attach the generated codelist"));
|
"Automatically attach the generated codelist"));
|
||||||
FieldLabel fieldAttach=new FieldLabel(automaticallyAttachPanel, "Attach");
|
FieldLabel fieldAttach=new FieldLabel(automaticallyAttachPanel, "Attach");
|
||||||
fieldAttach.setLabelWidth(LABEL_WIDTH);
|
|
||||||
fieldAttach.setLabelPad(LABEL_PAD_WIDTH);
|
|
||||||
p.add(fieldAttach, new VerticalLayoutData(1, -1, new Margins(0)));
|
p.add(fieldAttach, new VerticalLayoutData(1, -1, new Margins(0)));
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue