Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Schnekenburger2014-11-05 10:57:16 +0000
committerGerrit Code Review @ Eclipse.org2014-11-05 10:57:16 +0000
commit1dcea4627378b681d34cb714b7d44ebd483876b7 (patch)
treeb09274ac631f50d0a3e902c148ef71b32e7fe1cb /extraplugins/papyrus4ecore
parentbb257bf43ddc932e757be82f004c8d0f8228133e (diff)
parent80f6cdb6d8c62112fecd346fb4afa496312ee3bc (diff)
downloadorg.eclipse.papyrus-1dcea4627378b681d34cb714b7d44ebd483876b7.tar.gz
org.eclipse.papyrus-1dcea4627378b681d34cb714b7d44ebd483876b7.tar.xz
org.eclipse.papyrus-1dcea4627378b681d34cb714b7d44ebd483876b7.zip
Merge "Bug 447917 - [Papyrus4Ecore] Simplify the association link display"
Diffstat (limited to 'extraplugins/papyrus4ecore')
-rw-r--r--extraplugins/papyrus4ecore/org.eclipse.papyrus.uml.diagram.ecore/resources/style/ecore.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/extraplugins/papyrus4ecore/org.eclipse.papyrus.uml.diagram.ecore/resources/style/ecore.css b/extraplugins/papyrus4ecore/org.eclipse.papyrus.uml.diagram.ecore/resources/style/ecore.css
index ab8d0a754d0..9a62cc21551 100644
--- a/extraplugins/papyrus4ecore/org.eclipse.papyrus.uml.diagram.ecore/resources/style/ecore.css
+++ b/extraplugins/papyrus4ecore/org.eclipse.papyrus.uml.diagram.ecore/resources/style/ecore.css
@@ -53,21 +53,21 @@ Property {
Operation {
maskLabel: name returnType parametersName parametersType;
}
-
+
Association > Label:sourceMultiplicity {
- visible:false;
+ maskLabel: multiplicity ;
}
Association > Label:targetMultiplicity {
- visible:false;
+ maskLabel: multiplicity ;
}
-
+
Association > Label:sourceRole {
- maskLabel: name multiplicity;
+ maskLabel: name ;
}
Association > Label:targetRole {
- maskLabel: name multiplicity;
+ maskLabel: name ;
}
Association > Label:name {

Back to the top