summaryrefslogtreecommitdiff
path: root/pdf-over-gui/src/main/java/at/asit/pdfover/gui/composites/SimpleConfigurationComposite.java
diff options
context:
space:
mode:
authortkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-04-10 19:23:40 +0000
committertkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-04-10 19:23:40 +0000
commit06335bba20fae35fdf4ad17a1bacee85ece895bb (patch)
treef5e560bb600be7b289e0b05a9d10bb7509e2ec60 /pdf-over-gui/src/main/java/at/asit/pdfover/gui/composites/SimpleConfigurationComposite.java
parent3ba8624d197f6d6e5acd7d7aed9828f52bfe0b47 (diff)
downloadmocca-06335bba20fae35fdf4ad17a1bacee85ece895bb.tar.gz
mocca-06335bba20fae35fdf4ad17a1bacee85ece895bb.tar.bz2
mocca-06335bba20fae35fdf4ad17a1bacee85ece895bb.zip
Remove unnecessary bottom attachments
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@296 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'pdf-over-gui/src/main/java/at/asit/pdfover/gui/composites/SimpleConfigurationComposite.java')
-rw-r--r--pdf-over-gui/src/main/java/at/asit/pdfover/gui/composites/SimpleConfigurationComposite.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/composites/SimpleConfigurationComposite.java b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/composites/SimpleConfigurationComposite.java
index eca7e94d..84a97e9c 100644
--- a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/composites/SimpleConfigurationComposite.java
+++ b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/composites/SimpleConfigurationComposite.java
@@ -166,7 +166,6 @@ public class SimpleConfigurationComposite extends BaseConfigurationComposite {
this.fd_txtMobileNumber = new FormData();
this.fd_txtMobileNumber.top = new FormAttachment(0);
this.fd_txtMobileNumber.left = new FormAttachment(0, 5);
- this.fd_txtMobileNumber.bottom = new FormAttachment(100);
this.fd_txtMobileNumber.right = new FormAttachment(100, -42);
this.txtMobileNumber.setLayoutData(this.fd_txtMobileNumber);
@@ -176,7 +175,6 @@ public class SimpleConfigurationComposite extends BaseConfigurationComposite {
this.fd_txtMobileNumberErrorMarker = new FormData();
this.fd_txtMobileNumberErrorMarker.top = new FormAttachment(0);
this.fd_txtMobileNumberErrorMarker.left = new FormAttachment(100, -32);
- this.fd_txtMobileNumberErrorMarker.bottom = new FormAttachment(100);
this.fd_txtMobileNumberErrorMarker.right = new FormAttachment(100);
this.txtMobileNumberErrorMarker
.setLayoutData(this.fd_txtMobileNumberErrorMarker);
@@ -412,7 +410,6 @@ public class SimpleConfigurationComposite extends BaseConfigurationComposite {
fd_cmbSignatureLang.left = new FormAttachment(0, 10);
fd_cmbSignatureLang.right = new FormAttachment(100, -10);
fd_cmbSignatureLang.top = new FormAttachment(0, 10);
- fd_cmbSignatureLang.bottom = new FormAttachment(100, -10);
this.cmbSignatureLang.setLayoutData(fd_cmbSignatureLang);
FontData[] fD_cmbSignatureLang = this.cmbSignatureLang.getFont()
@@ -558,7 +555,6 @@ public class SimpleConfigurationComposite extends BaseConfigurationComposite {
this.txtProxyHost = new Text(compProxyHostContainer, SWT.BORDER);
FormData fd_txtProxyHost = new FormData();
fd_txtProxyHost.right = new FormAttachment(100, -42);
- fd_txtProxyHost.bottom = new FormAttachment(100);
fd_txtProxyHost.top = new FormAttachment(0);
fd_txtProxyHost.left = new FormAttachment(0, 5);
@@ -572,7 +568,6 @@ public class SimpleConfigurationComposite extends BaseConfigurationComposite {
FormData fd_marker = new FormData();
fd_marker.right = new FormAttachment(100, -32);
- fd_marker.bottom = new FormAttachment(100);
fd_marker.top = new FormAttachment(0);
this.proxyHostErrorMarker.setLayoutData(fd_marker);
@@ -616,7 +611,6 @@ public class SimpleConfigurationComposite extends BaseConfigurationComposite {
this.fd_txtProxyPort.top = new FormAttachment(0, 0);
this.fd_txtProxyPort.left = new FormAttachment(0, 5);
this.fd_txtProxyPort.right = new FormAttachment(100, -42);
- this.fd_txtProxyPort.bottom = new FormAttachment(100);
this.txtProxyPort.setLayoutData(this.fd_txtProxyPort);
FontData[] fD_txtProxyPort = this.txtProxyPort.getFont().getFontData();
@@ -639,7 +633,6 @@ public class SimpleConfigurationComposite extends BaseConfigurationComposite {
this.fd_txtProxyPortErrorMarker = new FormData();
this.fd_txtProxyPortErrorMarker.top = new FormAttachment(0);
this.fd_txtProxyPortErrorMarker.left = new FormAttachment(100, -32);
- this.fd_txtProxyPortErrorMarker.bottom = new FormAttachment(100);
this.txtProxyPortErrorMarker
.setLayoutData(this.fd_txtProxyPortErrorMarker);
this.txtProxyPortErrorMarker.setVisible(false);