Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add chat_font_size setting (#9736)
Default font sizes are used when the setting value is 0 or below (clamped by Settings).
- Loading branch information
Showing
with
24 additions
and 11 deletions.
- +4 −0 builtin/settingtypes.txt
- +13 −10 src/client/gameui.cpp
- +4 −0 src/defaultsettings.cpp
- +3 −1 src/gui/guiChatConsole.cpp