Author: ruschein
Date: 2010-07-14 15:16:46 -0700 (Wed, 14 Jul 2010)
New Revision: 20932
Modified:
cytoscape/trunk/src/cytoscape/dialogs/preferences/ProxyServerDialog.java
Log:
Fixed Linux display problem.
Modified:
cytoscape/trunk/src/cytoscape/dialogs/preferences/ProxyServerDialog.java
===================================================================
--- cytoscape/trunk/src/cytoscape/dialogs/preferences/ProxyServerDialog.java
2010-07-14 21:58:52 UTC (rev 20931)
+++ cytoscape/trunk/src/cytoscape/dialogs/preferences/ProxyServerDialog.java
2010-07-14 22:16:46 UTC (rev 20932)
@@ -75,7 +75,7 @@
/** Creates new form URLimportAdvancedDialog */
public ProxyServerDialog(JFrame pParent) {
super(pParent, true);
- this.setTitle("Proxy Server Setting");
+ this.setTitle("Proxy Server Settings");
this.setLocationRelativeTo(pParent);
initComponents();
@@ -202,7 +202,7 @@
chbUseProxy.addItemListener(this);
pack();
- setSize(new Dimension(400, 200));
+ setSize(new Dimension(400, 210));
} // </editor-fold>
private void initValues() {
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.