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

refs 135
parent 088436f3
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ import org.eclipse.gef.editparts.ScalableRootEditPart;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 82CB8680B590194A7CF6DE3EF1F53680
* @ConQAT.Rating YELLOW Hash: 918FDBBF606526A6FA02F1105CCB3DF6
*/
public class ExtendedLayerRootEditPart extends ScalableRootEditPart {
/** The node layer ID. */
......@@ -97,7 +97,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(2000, 2000);
Dimension paneSize = new Dimension(4000, 4000);
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