| author | Sidharth Singh | 2012-10-12 08:06:19 (EDT) |
|---|---|---|
| committer | Manik Kishore | 2012-10-12 08:06:19 (EDT) |
| commit | b7b7be5f0e58b9aac57de8d307a734d290df8c5b (patch) (side-by-side diff) | |
| tree | 0bdace9a8f965c0a8be6b41f9e2390a68d9bd733 | |
| parent | 2ac08810d2da3fc75a38682f6788db0eb8324e04 (diff) | |
| download | org.eclipse.stardust.ui.web-b7b7be5f0e58b9aac57de8d307a734d290df8c5b.zip org.eclipse.stardust.ui.web-b7b7be5f0e58b9aac57de8d307a734d290df8c5b.tar.gz org.eclipse.stardust.ui.web-b7b7be5f0e58b9aac57de8d307a734d290df8c5b.tar.bz2 | |
CRNT-26619
Made change to subProcessMarkerIcon position in m_activitySymbol.js
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ui.web@59998 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | web-modeler/src/main/resources/META-INF/xhtml/js/m_activitySymbol.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web-modeler/src/main/resources/META-INF/xhtml/js/m_activitySymbol.js b/web-modeler/src/main/resources/META-INF/xhtml/js/m_activitySymbol.js index 30ea333..cb83b6a 100644 --- a/web-modeler/src/main/resources/META-INF/xhtml/js/m_activitySymbol.js +++ b/web-modeler/src/main/resources/META-INF/xhtml/js/m_activitySymbol.js @@ -251,7 +251,7 @@ define( this.subprocessMarkerIcon = m_canvasManager.drawImageAt(
"../../images/icons/subprocess-marker.gif",
- this.x + 0.5 * this.width - 4,
+ this.x + 0.5 * this.width - 8,
this.y + this.height - 16, 16, 16).hide();
this.addToPrimitives(this.subprocessMarkerIcon);
@@ -405,7 +405,7 @@ define( }, this.diagram.animationDelay,
this.diagram.animationEasing);
this.subprocessMarkerIcon.animate({
- "x" : this.x + 0.5 * this.width - 4,
+ "x" : this.x + 0.5 * this.width - 8,
"y" : this.y + this.height - 16
}, this.diagram.animationDelay,
this.diagram.animationEasing);
|

