Skip to content
Snippets Groups Projects
Commit 128e48ae authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

makes diagram editor bigger for Conti

parent 29a4a9bb
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ public class ExtendedLayerRootEditPart extends ScalableRootEditPart {
// set the minimum size of the pane such that it is enough for each AF3 diagram
// this addresses Issue #135
Dimension paneSize = new Dimension(4000, 4000);
Dimension paneSize = new Dimension(8000, 8000);
pane.setMinimumSize(paneSize);
pane.setPreferredSize(paneSize);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment