[client] overlay: cosmetic changes to the overlay display

This commit is contained in:
Geoffrey McRae
2021-07-25 16:48:50 +10:00
parent e7761abf3c
commit 2ef80a5d34
4 changed files with 9 additions and 2 deletions

View File

@@ -192,7 +192,7 @@ static int renderThread(void * unused)
ImFontAtlas_AddFontFromFileTTF(g_state.io->Fonts, g_state.fontName,
g_params.uiSize * g_state.windowScale, NULL, NULL);
g_state.fontLarge = ImFontAtlas_AddFontFromFileTTF(g_state.io->Fonts,
g_state.fontName, 2 * g_params.uiSize * g_state.windowScale, NULL, NULL);
g_state.fontName, 1.3f * g_params.uiSize * g_state.windowScale, NULL, NULL);
ImFontAtlas_Build(g_state.io->Fonts);
if (g_state.lgr)