Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2011-09-13 11:36:37 +0000
committercletavernie2011-09-13 11:36:37 +0000
commit1b32be8d63efc54c70e801be750d8304cb8accf2 (patch)
tree028892371c3e79b59613c6c5d32053a04d808979
parentd26106a3428122c895dac05dca5f7d55af005627 (diff)
downloadorg.eclipse.papyrus-1b32be8d63efc54c70e801be750d8304cb8accf2.tar.gz
org.eclipse.papyrus-1b32be8d63efc54c70e801be750d8304cb8accf2.tar.xz
org.eclipse.papyrus-1b32be8d63efc54c70e801be750d8304cb8accf2.zip
Added the lineWidth property to the GMF appearance tab
-rw-r--r--plugins/core/org.eclipse.papyrus.properties.notation/model/ui/LineStyle.xwt2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/core/org.eclipse.papyrus.properties.notation/model/ui/LineStyle.xwt b/plugins/core/org.eclipse.papyrus.properties.notation/model/ui/LineStyle.xwt
index c2e563e9c13..4c08b32ba1f 100644
--- a/plugins/core/org.eclipse.papyrus.properties.notation/model/ui/LineStyle.xwt
+++ b/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