blob: c6682c4a4923992ab05c4ad9ac000f9a66e48b50 [file] [log] [blame]
<Shell xmlns="http://www.eclipse.org/xwt/presentation"
xmlns:x="http://www.eclipse.org/xwt"
text="Label Styles Test">
<Shell.layout>
<GridLayout numColumns="2"/>
</Shell.layout>
<Label text="Separator(Horizontal): "/><Label x:style="SEPARATOR | HORIZONTAL"/>
<Label text="Separator(Vertical): "/><Label x:style="SEPARATOR | VERTICAL"/>
</Shell>