fix layout (nw)

This commit is contained in:
David Haywood 2015-12-07 22:27:43 +00:00
parent 3e910ea250
commit d762bd80c3

View File

@ -21,11 +21,11 @@
<view name="Second Screen"> <view name="Second Screen">
<!-- if we don't render the first screen then MAME never calls the update function so the data for the 2nd never gets rendered :/ --> <!-- if we don't render the first screen then MAME never calls the update function so the data for the 2nd never gets rendered :/ -->
<screen index="0"> <screen index="0">
<bounds x="4.03" y="0" width="1" height="1" /> <bounds x="0" y="0" width="1" height="1" />
</screen> </screen>
<screen index="1"> <screen index="1">
<bounds x="8.06" y="0" width="4" height="3" /> <bounds x="0" y="0" width="4" height="3" />
</screen> </screen>
</view> </view>