Results: 1Comments by: saibot
File: rChat12-23-10
I noticed the same issue with the f...
Posted By: saibot
I noticed the same issue with the font size. I.e. I set the font size to 8 in .lua and it didn't change for the main window in game. So I added a simple hack to enable handling through the ingame options for more sizes. for i = 1, 24 do CHAT_FONT_HEIGHTS = i + 6 end Add the above code somewhere inside the file and wil...