Skip to content
Snippets Groups Projects
Commit 91e8f444 authored by Markus Alexander Kuppe's avatar Markus Alexander Kuppe
Browse files

Widen email address text box.

[Feature][Toolbox]
parent ada0b9fc
Branches
Tags
No related merge requests found
......@@ -1625,7 +1625,7 @@ public class MainModelPage extends BasicFormPage implements IConfigurationConsta
gd = new GridData();
gd.grabExcessHorizontalSpace = true;
gd.horizontalIndent = 10;
gd.widthHint = 200;
gd.widthHint = 400;
resultMailAddressText.setLayoutData(gd);
resultMailAddressText.addModifyListener(howToRunListener);
dm.bindAttribute(LAUNCH_DISTRIBUTED_RESULT_MAIL_ADDRESS, resultMailAddressText, howToRunPart);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment