Fix DNS proxy layout problems in localized versions

cusax-fix 4978
Ingo Bauersachs 12 years ago
parent 19f30212f5
commit 42c6356562

@ -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 @@ private void init()
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);

Loading…
Cancel
Save