Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaadia DHOUIB2015-07-08 09:14:44 +0000
committerSaadia DHOUIB2015-07-08 09:14:44 +0000
commitad6e327733438a940bbe089acc7ac4bb08e0e120 (patch)
tree2a5408eec08b1801879dd8dca30d4809c2d5a1e3
parentbb47ff539fc166a51609b20419b8358664e3dcf0 (diff)
downloadorg.eclipse.papyrus-ad6e327733438a940bbe089acc7ac4bb08e0e120.tar.gz
org.eclipse.papyrus-ad6e327733438a940bbe089acc7ac4bb08e0e120.tar.xz
org.eclipse.papyrus-ad6e327733438a940bbe089acc7ac4bb08e0e120.zip
Modifying RobotML style sheet to display Class and Ports icons
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.common/css/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.common/css/style.css b/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.common/css/style.css
index 304c9877f20..ad65d140fdb 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.common/css/style.css
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml.diagram.common/css/style.css
@@ -1,7 +1,7 @@
Property {maskLabel:name; elementIcon:false;}
Property[type] {maskLabel:name type; }
-Port {maskLabel:name;elementIcon:true;}
+Port {maskLabel:name;displayIcon:true;}
CompositeStructureDiagram Label[type="6029"]{
visible: false;
}
-Class {elementIcon:true;} \ No newline at end of file
+Class {displayIcon:true;} \ No newline at end of file

Back to the top