Added rudimentary CSS support for side-by-side machines (the PDP-11/45 with VT100 is the first test case)
This commit is contained in:
parent
e007b75f8e
commit
4f7f72af57
19 changed files with 80 additions and 30 deletions
|
|
@ -53,6 +53,6 @@
|
|||
<control type="button" binding="loadTape">Load</control>
|
||||
<control type="description" binding="descTape" padRight="8px"/>
|
||||
<control type="file" binding="mountTape"/>
|
||||
<control type="progress" binding="readProgress" pos="default" width="250px" padTop="8px">Tape Progress</control>
|
||||
<control type="progress" binding="readProgress" pos="default" padTop="8px">Tape Progress</control>
|
||||
</control>
|
||||
</device>
|
||||
|
|
|
|||
Loading…
Reference in a new issue