Author: pwang
Date: 2011-12-06 14:15:20 -0800 (Tue, 06 Dec 2011)
New Revision: 27717
Modified:
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/layout/ui/LayoutSettingsDialog.java
Log:
Fixed bug#516
Modified:
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/layout/ui/LayoutSettingsDialog.java
===================================================================
---
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/layout/ui/LayoutSettingsDialog.java
2011-12-06 22:12:29 UTC (rev 27716)
+++
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/layout/ui/LayoutSettingsDialog.java
2011-12-06 22:15:20 UTC (rev 27717)
@@ -87,6 +87,7 @@
this.desktop = desktop;
this.appMgr = appMgr;
this.taskManager = taskManager;
+ this.setPreferredSize(new Dimension(300, 150));
}
/**
@@ -108,6 +109,7 @@
initialize();
setLocationRelativeTo(desktop.getJFrame());
setVisible(true);
+ this.pack();
}
}
--
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.