Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 561ec66bc354058f071b14c5ccde1cd67b2ec034 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<Composite
	xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
	xmlns:j="clr-namespace:java.lang" xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
	xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
	xmlns:gmf="clr-namespace:org.eclipse.papyrus.infra.gmfdiag.widgets.editors">
	<Composite.layout>
		<ppel:PropertiesLayout></ppel:PropertiesLayout>
	</Composite.layout>
	<Composite>
		<Composite.layout>
			<ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
		</Composite.layout>
		<gmf:XWTAwareColorPicker input="{Binding}"
			property="layers:LineInstance:lineColor"></gmf:XWTAwareColorPicker>
		<ppe:IntegerSpinner input="{Binding}"
			property="layers:LineInstance:lineWith"></ppe:IntegerSpinner>
	</Composite>
</Composite>

Back to the top