aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/plugin/globalproxyconfig
diff options
context:
space:
mode:
authorIngo Bauersachs <ingo@jitsi.org>2013-12-11 22:33:08 +0100
committerIngo Bauersachs <ingo@jitsi.org>2013-12-11 22:33:08 +0100
commit42c6356562239ea0b41821ef0d77cd25e17ba270 (patch)
tree154068d5b6745f37c558d02a0358fe97d18f5a04 /src/net/java/sip/communicator/plugin/globalproxyconfig
parent19f30212f510d07fde26dd8792cbfe1cb95a33dc (diff)
downloadjitsi-42c6356562239ea0b41821ef0d77cd25e17ba270.zip
jitsi-42c6356562239ea0b41821ef0d77cd25e17ba270.tar.gz
jitsi-42c6356562239ea0b41821ef0d77cd25e17ba270.tar.bz2
Fix DNS proxy layout problems in localized versions
Diffstat (limited to 'src/net/java/sip/communicator/plugin/globalproxyconfig')
-rw-r--r--src/net/java/sip/communicator/plugin/globalproxyconfig/GlobalProxyConfigForm.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/java/sip/communicator/plugin/globalproxyconfig/GlobalProxyConfigForm.java b/src/net/java/sip/communicator/plugin/globalproxyconfig/GlobalProxyConfigForm.java
index ba1160e..dbd1ba3 100644
--- a/src/net/java/sip/communicator/plugin/globalproxyconfig/GlobalProxyConfigForm.java
+++ b/src/net/java/sip/communicator/plugin/globalproxyconfig/GlobalProxyConfigForm.java
@@ -58,7 +58,7 @@ public class GlobalProxyConfigForm
/**
* The dns forward global checkbox, hides/shows the panel with values.
*/
- private JCheckBox dnsForwardCheck = new JCheckBox();
+ private JCheckBox dnsForwardCheck = new SIPCommCheckBox();
/**
* Dns server address initially filled with the value of the proxy.
@@ -165,7 +165,7 @@ public class GlobalProxyConfigForm
constraints.gridy = 6;
constraints.gridwidth = 4;
constraints.gridheight = 2;
- constraints.insets = new Insets(20,20,20,20);
+ constraints.insets = new Insets(0, 20, 0, 20);
JEditorPane table = new JEditorPane();
table.setContentType("text/html");
table.setEditable(false);