View Single Post
Old 07-13-2013, 02:23 AM   #236
BWinmill
Nameless Being
 
Try changing line 96 of frontend/ui/widget/menu.lua from:

Code:
face = Font:getFace("cfont", 22),
To:

Code:
face = Font:getFace("cfont", 28),
  Reply With Quote