Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael ADAM2017-01-26 15:03:14 +0000
committerGerrit Code Review @ Eclipse.org2017-01-27 10:35:57 +0000
commitb62636d76659b9881c7abc35a6f8558127b21485 (patch)
tree3f981a6297d371537bd8002053790a97d687e265
parentba70650e60c39852a0450ec4448194b475a6cb1a (diff)
downloadorg.eclipse.papyrus-b62636d76659b9881c7abc35a6f8558127b21485.tar.gz
org.eclipse.papyrus-b62636d76659b9881c7abc35a6f8558127b21485.tar.xz
org.eclipse.papyrus-b62636d76659b9881c7abc35a6f8558127b21485.zip
Bug 511093 - [Communication Diagram] Label of Interaction shall not be
center. https://bugs.eclipse.org/bugs/show_bug.cgi?id=511093 Change-Id: If10de463d6a05fc115625c0500de14368691e803 Signed-off-by: Mickael ADAM <mickael.adam@ALL4TEC.net>
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/theme/umlBase.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/theme/umlBase.css b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/theme/umlBase.css
index a743d9d0cc0..50e965d8553 100644
--- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/theme/umlBase.css
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/theme/umlBase.css
@@ -309,6 +309,12 @@ CommunicationDiagram TimeObservation > Compartment[kind="symbol"]
{
visible:true;
}
+
+CommunicationDiagram Interaction
+{
+ textAlignment: left;
+}
+
CommunicationDiagram Interaction > Compartment
{
lineLength:0;

Back to the top