Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/MultipleHardware.xwt')
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/MultipleHardware.xwt12
1 files changed, 10 insertions, 2 deletions
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/MultipleHardware.xwt b/extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/MultipleHardware.xwt
index 8d0743d63a1..2fd3e888c51 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/MultipleHardware.xwt
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/MultipleHardware.xwt
@@ -1,8 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<Composite xmlns:j="clr-namespace:java.lang"
+<Composite
xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
- xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt">
+ 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:j="clr-namespace:java.lang">
<Composite.layout>
<ppel:PropertiesLayout></ppel:PropertiesLayout>
</Composite.layout>
+ <Composite>
+ <Composite.layout>
+ <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
+ </Composite.layout>
+ <ppe:BooleanRadio input="{Binding}" property="RobotML:System:native"></ppe:BooleanRadio>
+ </Composite>
</Composite> \ No newline at end of file

Back to the top