Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/customization/org.eclipse.papyrus.customization.properties/Model/ui/SingleLayout.xwt')
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.properties/Model/ui/SingleLayout.xwt32
1 files changed, 16 insertions, 16 deletions
diff --git a/plugins/customization/org.eclipse.papyrus.customization.properties/Model/ui/SingleLayout.xwt b/plugins/customization/org.eclipse.papyrus.customization.properties/Model/ui/SingleLayout.xwt
index 7791d1477da..4412c18d910 100644
--- a/plugins/customization/org.eclipse.papyrus.customization.properties/Model/ui/SingleLayout.xwt
+++ b/plugins/customization/org.eclipse.papyrus.customization.properties/Model/ui/SingleLayout.xwt
@@ -1,17 +1,17 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Composite xmlns="http://www.eclipse.org/xwt/presentation"
- xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
- xmlns:ppec="clr-namespace:org.eclipse.papyrus.views.properties.creation"
- xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
- xmlns:x="http://www.eclipse.org/xwt">
- <Composite.layout>
- <ppel:PropertiesLayout></ppel:PropertiesLayout>
- </Composite.layout>
- <Composite>
- <Composite.layout>
- <ppel:PropertiesLayout></ppel:PropertiesLayout>
- </Composite.layout>
- <ppe:ReferenceDialog input="{Binding}"
- property="properties:ui:Layout:layoutType"></ppe:ReferenceDialog>
- </Composite>
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns="http://www.eclipse.org/xwt/presentation"
+ xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout"
+ xmlns:ppec="clr-namespace:org.eclipse.papyrus.infra.properties.ui.creation"
+ xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+ xmlns:x="http://www.eclipse.org/xwt">
+ <Composite.layout>
+ <ppel:PropertiesLayout></ppel:PropertiesLayout>
+ </Composite.layout>
+ <Composite>
+ <Composite.layout>
+ <ppel:PropertiesLayout></ppel:PropertiesLayout>
+ </Composite.layout>
+ <ppe:ReferenceDialog input="{Binding}"
+ property="properties:ui:Layout:layoutType"></ppe:ReferenceDialog>
+ </Composite>
</Composite> \ No newline at end of file

Back to the top