Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model')
-rw-r--r--plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/ui/SingleView.xwt5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/ui/SingleView.xwt b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/ui/SingleView.xwt
index f776d748c5a..d8c23398037 100644
--- a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/ui/SingleView.xwt
+++ b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/model/ui/SingleView.xwt
@@ -10,9 +10,8 @@
<Composite.layout>
<ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
</Composite.layout>
- <ppe:BooleanToggle text="Hello, world"
- image="/org.eclipse.papyrus.infra.widgets/icons/papyrus.png" input="{Binding}"
- property="notation:View:visible"></ppe:BooleanToggle>
+ <ppe:BooleanRadio input="{Binding}"
+ property="notation:View:visible"></ppe:BooleanRadio>
<ppe:BooleanRadio input="{Binding}" property="notation:View:mutable"></ppe:BooleanRadio>
</Composite>
<Composite>

Back to the top