Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/org.eclipse.papyrus.infra.gmfdiag.css.export/model/ui/MultipleCSSStylesheet.xwt')
-rw-r--r--sandbox/org.eclipse.papyrus.infra.gmfdiag.css.export/model/ui/MultipleCSSStylesheet.xwt27
1 files changed, 0 insertions, 27 deletions
diff --git a/sandbox/org.eclipse.papyrus.infra.gmfdiag.css.export/model/ui/MultipleCSSStylesheet.xwt b/sandbox/org.eclipse.papyrus.infra.gmfdiag.css.export/model/ui/MultipleCSSStylesheet.xwt
deleted file mode 100644
index 0cbc164aa91..00000000000
--- a/sandbox/org.eclipse.papyrus.infra.gmfdiag.css.export/model/ui/MultipleCSSStylesheet.xwt
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Composite xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
- xmlns:j="clr-namespace:java.lang" xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
- xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout">
- <Composite.layout>
- <ppel:PropertiesLayout></ppel:PropertiesLayout>
- </Composite.layout>
- <Composite>
- <Composite.layout>
- <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
- </Composite.layout>
- <ppe:StringFileSelector
- property="customization:FileBasedCustomizableElement:file" input="{Binding}"></ppe:StringFileSelector>
- <ppe:StringCombo input="{Binding}"
- property="csscustomization:CSSStylesheet:theme"></ppe:StringCombo>
- </Composite>
- <Group text="New theme">
- <Group.layout>
- <ppel:PropertiesLayout></ppel:PropertiesLayout>
- </Group.layout>
- <ppe:StringEditor input="{Binding}"
- property="csscustomization:CSSStylesheet:label"></ppe:StringEditor>
- <ppe:StringFileSelector allowFileSystem="true"
- input="{Binding}" allowWorkspace="true"
- property="csscustomization:CSSStylesheet:icon"></ppe:StringFileSelector>
- </Group>
-</Composite> \ No newline at end of file

Back to the top