Browse Source

EnlargecontainerEditPolicy: reduced border spacing

Andreas Mülder 12 years ago
parent
commit
dc6bc37f03

+ 1 - 1
plugins/org.yakindu.sct.ui.editor/src/org/yakindu/sct/ui/editor/policies/EnlargeContainerEditPolicy.java

@@ -46,7 +46,7 @@ public class EnlargeContainerEditPolicy extends AbstractEditPolicy {
 	public static final Object ROLE = "ResizeContainer";
 
 	// Space between the border of the container and the moved figure
-	public static final int SPACEING = 40;
+	public static final int SPACEING = 25;
 
 	private Map<IFigure, Rectangle> boundsCache = new HashMap<IFigure, Rectangle>();