Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'incoming/org.eclipse.papyrus.properties.notation/model/ui/SingleLineStyle.xwt')
-rw-r--r--incoming/org.eclipse.papyrus.properties.notation/model/ui/SingleLineStyle.xwt2
1 files changed, 2 insertions, 0 deletions
diff --git a/incoming/org.eclipse.papyrus.properties.notation/model/ui/SingleLineStyle.xwt b/incoming/org.eclipse.papyrus.properties.notation/model/ui/SingleLineStyle.xwt
new file mode 100644
index 00000000000..a728c5b42ce
--- /dev/null
+++ b/incoming/org.eclipse.papyrus.properties.notation/model/ui/SingleLineStyle.xwt
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Group xmlns:ppe="clr-namespace:org.eclipse.papyrus.properties.widgets" xmlns:ppel="clr-namespace:org.eclipse.papyrus.properties.widgets.layout" xmlns:x="http://www.eclipse.org/xwt" xmlns:j="clr-namespace:java.lang" xmlns:gmf="clr-namespace:org.eclipse.papyrus.widgets.gmf.editors" xmlns="http://www.eclipse.org/xwt/presentation" text="Line"><Group.layout><ppel:PropertiesLayout></ppel:PropertiesLayout></Group.layout><Composite><Composite.layout><ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout></Composite.layout><ppe:IntegerEditor input="{Binding}" property="notation:LineStyle:lineWidth"></ppe:IntegerEditor></Composite><Composite><Composite.layout><ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout></Composite.layout><gmf:XWTAwareColorPicker input="{Binding}" property="notation:LineStyle:lineColor"></gmf:XWTAwareColorPicker></Composite></Group> \ No newline at end of file

Back to the top