The NEW Build Your Own Arcade Controls
Software Support => DOS/WinCab => Topic started by: Johnny on July 12, 2008, 06:48:27 pm
-
I'm running DWJukebox in 1280 x 1024 (set in the ini file).
The display looks good except for the Credit/Selection fonts. They are far to big (same size as when the display is set to 1024 x 768).
Is there any way to make these smaller?
-
Go into the skin and make the size of the credit display a few pixels shorter. You may want to increase the y coordinate by half of the number of pixels you remove.
So if you are using the default skin, edit default.skn in Notepad and look for:
[Display3]
# Selection display
enabled=True
x=485
y=347
w=56
h=24
color=palegreen
bgcolor=202020
[Display4]
# Credit Display
enabled=True
x=485
y=299
w=56
h=24
color=palegreen
bgcolor=202020
Try changing the h setting to 20 and the y setting to 301 for both displays.
Does this help?
-
Thanks Chris, That did the trick :D
Now I just have to tweak it a little to match the artist info.