Author: pwang
Date: 2010-07-26 14:27:30 -0700 (Mon, 26 Jul 2010)
New Revision: 21029

Modified:
   cytoscape/trunk/src/cytoscape/dialogs/logger/LoggerDialog.java
Log:
Double the size of dialog

Modified: cytoscape/trunk/src/cytoscape/dialogs/logger/LoggerDialog.java
===================================================================
--- cytoscape/trunk/src/cytoscape/dialogs/logger/LoggerDialog.java      
2010-07-26 20:17:13 UTC (rev 21028)
+++ cytoscape/trunk/src/cytoscape/dialogs/logger/LoggerDialog.java      
2010-07-26 21:27:30 UTC (rev 21029)
@@ -46,6 +46,7 @@
         messageMap = new HashMap<LogLevel, List<String>>();
         logTabMap = new HashMap<LogLevel, JScrollPane>();
         initComponents();
+        this.setSize(this.getWidth()*2, this.getHeight()*2);
     }
 
     /**

-- 
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.

Reply via email to