Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 36e0cdb35e2ababce2b1a04284546e92fb549884 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<Composite
	xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
	xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
	xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt"
	xmlns:css="clr-namespace:org.eclipse.papyrus.infra.gmfdiag.css.properties.widgets">
	<Composite.layout>
		<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
	</Composite.layout>
	<Composite>
		<Composite.layout>
			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
		</Composite.layout>
		<ppe:StringLabel input="{Binding}"
			property="Preferences:org.eclipse.papyrus.infra.gmfdiag.css:currentTheme"></ppe:StringLabel>
	</Composite>
	<Composite>
		<Composite.layout>
			<GridLayout></GridLayout>
		</Composite.layout>
		<css:ResetStyleWidget></css:ResetStyleWidget>
	</Composite>
	<Composite>
		<Composite.layout>
			<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
		</Composite.layout>
		<ppe:MultiReference input="{Binding}"
			property="CSS:DiagramStyle:css_stylesheets"></ppe:MultiReference>
		<ppe:MultiString property="CSS:PapyrusCSSStyle:cssClass"
			input="{Binding}"></ppe:MultiString>
	</Composite>
</Composite>

Back to the top