Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2011-09-13 11:45:00 +0000
committercletavernie2011-09-13 11:45:00 +0000
commit0398da0d418f89eff1f238741a952e040e65a952 (patch)
tree54ea67296da0ce1868873ce9dd72aadf88b6cfe2
parentfd73ad4f7bf2ebddf8ab3d4d94e521115877ac0a (diff)
downloadorg.eclipse.papyrus-0398da0d418f89eff1f238741a952e040e65a952.tar.gz
org.eclipse.papyrus-0398da0d418f89eff1f238741a952e040e65a952.tar.xz
org.eclipse.papyrus-0398da0d418f89eff1f238741a952e040e65a952.zip
Added the lineWidth property to the GMF appearance tab
-rw-r--r--0.8.X/plugins/core/org.eclipse.papyrus.properties.notation/model/ui/LineStyle.xwt2
1 files changed, 2 insertions, 0 deletions
diff --git a/0.8.X/plugins/core/org.eclipse.papyrus.properties.notation/model/ui/LineStyle.xwt b/0.8.X/plugins/core/org.eclipse.papyrus.properties.notation/model/ui/LineStyle.xwt
index c2e563e9c13..4c08b32ba1f 100644
--- a/0.8.X/plugins/core/org.eclipse.papyrus.properties.notation/model/ui/LineStyle.xwt
+++ b/0.8.X/plugins/core/org.eclipse.papyrus.properties.notation/model/ui/LineStyle.xwt
@@ -10,6 +10,8 @@
<Group.layout>
<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
</Group.layout>
+ <ppe:IntegerEditor input="{Binding}"
+ property="notation:LineStyle:lineWidth"></ppe:IntegerEditor>
<gmf:XWTAwareColorPicker input="{Binding}"
property="notation:LineStyle:lineColor"></gmf:XWTAwareColorPicker>
</Group>

Back to the top