diff options
author | 2020-10-18 18:47:49 +0200 | |
---|---|---|
committer | 2020-10-18 18:48:04 +0200 | |
commit | 11b0426cc38b90ea347788f2b3264ca71d12aa7f (patch) | |
tree | 7313523e19699495b6271ddccc0470ef8841da52 | |
parent | 1f3aee34aa3010b5841285c0fdbf78e6affdeacd (diff) |
fidel_dsc.lay: small tweak after rendlay element clipping bugfix
-rw-r--r-- | src/mame/layout/fidel_dsc.lay | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/layout/fidel_dsc.lay b/src/mame/layout/fidel_dsc.lay index 0287ae14efb..bf650299775 100644 --- a/src/mame/layout/fidel_dsc.lay +++ b/src/mame/layout/fidel_dsc.lay @@ -344,7 +344,7 @@ license:CC0 <param name="xl" start="15" increment="20" /> <param name="xi" start="0" increment="1" /> <element ref="cblack"><bounds x="~x~" y="~y~" width="10" height="10" /></element> - <element ref="text_e~yi~~xi~"><bounds x="~xl~" y="~yl~" width="4.9" height="2.48" /></element> + <element ref="text_e~yi~~xi~"><bounds x="~xl~" y="~yl~" width="4.8" height="2.35" /></element> </repeat> </repeat> <repeat count="5"> @@ -356,7 +356,7 @@ license:CC0 <param name="xl" start="5" increment="20" /> <param name="xi" start="0" increment="1" /> <element ref="cblack"><bounds x="~x~" y="~y~" width="10" height="10" /></element> - <element ref="text_o~yi~~xi~"><bounds x="~xl~" y="~yl~" width="4.9" height="2.48" /></element> + <element ref="text_o~yi~~xi~"><bounds x="~xl~" y="~yl~" width="4.8" height="2.35" /></element> </repeat> </repeat> |