Quote:
Originally Posted by BWinmill
Try changing line 96 of frontend/ui/widget/menu.lua from:
Code:
face = Font:getFace("cfont", 22),
To:
Code:
face = Font:getFace("cfont", 28),
|
I tried 28 but that was a little too big and too much of the titles were pushed off screen, so I changed them back to 24 which is about as big as I find practical.
Thanks, again;
Ken