From 03a0756207e6e06aefc71d25121cf0da8c96820e Mon Sep 17 00:00:00 2001 From: DeaTh-G Date: Thu, 20 Feb 2025 13:44:46 +0100 Subject: [PATCH] do touchups to message window annotation drop shadow --- UnleashedRecomp/ui/message_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnleashedRecomp/ui/message_window.cpp b/UnleashedRecomp/ui/message_window.cpp index f5c8436a..f9e304b5 100644 --- a/UnleashedRecomp/ui/message_window.cpp +++ b/UnleashedRecomp/ui/message_window.cpp @@ -370,7 +370,7 @@ void MessageWindow::Draw() }, [=](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