diff options
author | 2022-03-15 16:35:51 +0100 | |
---|---|---|
committer | 2022-03-15 16:35:51 +0100 | |
commit | 0d0c1f0fb16c031f599665f00bb6372517081cec (patch) | |
tree | 2decea9766a1275665c7238a055e351730dae519 | |
parent | 947c84eacd7679376fc420831ec8ac59ea77a2d2 (diff) |
nes_rob.lay: a bit more compact view
-rw-r--r-- | src/emu/layout/nes_rob.lay | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/emu/layout/nes_rob.lay b/src/emu/layout/nes_rob.lay index c1a733f177e..2cff2a814ad 100644 --- a/src/emu/layout/nes_rob.lay +++ b/src/emu/layout/nes_rob.lay @@ -44,20 +44,20 @@ license:CC0 <!-- build screen --> <view name="Internal Layout"> - <bounds left="4" right="17" top="6" bottom="15" /> + <bounds left="4.5" right="17" top="7" bottom="14.25" /> <element ref="text_m1"><bounds x="5.5" y="10" width="5" height="1" /></element> - <element ref="text_m2"><bounds x="5.5" y="11.5" width="5" height="1" /></element> - <element ref="text_m3"><bounds x="5.5" y="13" width="5" height="1" /></element> + <element ref="text_m2"><bounds x="5.5" y="11.25" width="5" height="1" /></element> + <element ref="text_m3"><bounds x="5.5" y="12.5" width="5" height="1" /></element> <element name="rob_motor.1" ref="mstatus1"><bounds x="10" y="10" width="5" height="1" /></element> <element name="rob_motor.0" ref="mstatus0"><bounds x="13.5" y="10" width="5" height="1" /></element> - <element name="rob_motor.5" ref="mstatus5"><bounds x="10" y="11.5" width="5" height="1" /></element> - <element name="rob_motor.4" ref="mstatus4"><bounds x="13.5" y="11.5" width="5" height="1" /></element> - <element name="rob_motor.2" ref="mstatus2"><bounds x="10" y="13" width="5" height="1" /></element> - <element name="rob_motor.3" ref="mstatus3"><bounds x="13.5" y="13" width="5" height="1" /></element> + <element name="rob_motor.5" ref="mstatus5"><bounds x="10" y="11.25" width="5" height="1" /></element> + <element name="rob_motor.4" ref="mstatus4"><bounds x="13.5" y="11.25" width="5" height="1" /></element> + <element name="rob_motor.2" ref="mstatus2"><bounds x="10" y="12.5" width="5" height="1" /></element> + <element name="rob_motor.3" ref="mstatus3"><bounds x="13.5" y="12.5" width="5" height="1" /></element> - <element name="rob_led" ref="led"><bounds x="10" y="7" width="1" height="1" /></element> + <element name="rob_led" ref="led"><bounds x="10" y="8" width="1" height="1" /></element> </view> </mamelayout> |