More XML layout tweaks

This commit is contained in:
Jeff Parsons 2016-10-19 17:16:42 -07:00 committed by Jeff Parsons
commit d83bfcda4c
8 changed files with 38 additions and 12 deletions

View file

@ -27,7 +27,7 @@
<control type="flag" label="C" binding="CF" width="8px" padRight="4px" padBottom="8px">0</control>
</control>
</control>
<control type="container" padLeft="8px" padBottom="8px">
<control type="container" width="35%" padLeft="8px" padBottom="8px">
<control type="button" binding="run">Run</control>
<control type="button" binding="step">Step</control>
<control type="button" binding="reset">Reset</control>

View file

@ -4,7 +4,7 @@
<control type="container" class="pcjs-textarea" width="60%" padBottom="8px">
<control type="textarea" binding="print" width="100%" height="300px" padRight="8px" pos="relative" style="resize:vertical;"/>
</control>
<control type="container" padLeft="8px" padBottom="8px">
<control type="container" width="35%" padLeft="8px" padBottom="8px">
<control type="button" binding="run">Run</control>
<control type="button" binding="reset">Reset</control>
<control type="button" binding="setSpeed">Fast</control>