Author: scooter
Date: 2012-06-02 09:59:40 -0700 (Sat, 02 Jun 2012)
New Revision: 29434
Modified:
core3/impl/trunk/ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/cyannotator/dialogs/ShapeAnnotationDialog.java
Log:
Leave a little room for the border
Modified:
core3/impl/trunk/ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/cyannotator/dialogs/ShapeAnnotationDialog.java
===================================================================
---
core3/impl/trunk/ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/cyannotator/dialogs/ShapeAnnotationDialog.java
2012-06-02 16:38:34 UTC (rev 29433)
+++
core3/impl/trunk/ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/cyannotator/dialogs/ShapeAnnotationDialog.java
2012-06-02 16:59:40 UTC (rev 29434)
@@ -54,7 +54,7 @@
// Create the preview panel
preview = new ShapeAnnotationImpl(cyAnnotator, view, 150, 150);
preview.setUsedForPreviews(true);
- preview.getComponent().setSize(150,150);
+ preview.getComponent().setSize(152,152);
PreviewPanel previewPanel = new PreviewPanel(preview,
PREVIEW_WIDTH, PREVIEW_HEIGHT);
shapeAnnotation1 = new ShapeAnnotationPanel(mAnnotation,
previewPanel, SHAPE_WIDTH, SHAPE_HEIGHT);
--
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.