do touchups to message window annotation drop shadow

This commit is contained in:
DeaTh-G 2025-02-20 13:44:46 +01:00
parent a8795e7337
commit 03a0756207

View file

@ -370,7 +370,7 @@ void MessageWindow::Draw()
}, },
[=](const char* str, float size, ImVec2 pos) [=](const char* str, float size, ImVec2 pos)
{ {
DrawTextWithShadow(g_fntSeurat, size, pos, IM_COL32(255, 255, 255, 255), str, 1.0f); DrawTextWithShadow(g_fntSeurat, size, pos, IM_COL32(255, 255, 255, 255), str, 1.5f, 1.5f);
}, },
true true