[Scummvm-git-logs] scummvm master -> 6b999d9b271b699bf17e21192aa691a3fe994770
sev-
noreply at scummvm.org
Tue May 21 20:43:24 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
6b999d9b27 DIRECTOR: DEBUGGER: Better centering of icons font
Commit: 6b999d9b271b699bf17e21192aa691a3fe994770
https://github.com/scummvm/scummvm/commit/6b999d9b271b699bf17e21192aa691a3fe994770
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-05-21T22:43:01+02:00
Commit Message:
DIRECTOR: DEBUGGER: Better centering of icons font
Changed paths:
engines/director/debugtools.cpp
diff --git a/engines/director/debugtools.cpp b/engines/director/debugtools.cpp
index 4a80221d0cb..4638586b82a 100644
--- a/engines/director/debugtools.cpp
+++ b/engines/director/debugtools.cpp
@@ -2115,7 +2115,7 @@ void onImGuiInit() {
icons_config.PixelSnapH = false;
icons_config.OversampleH = 3;
icons_config.OversampleV = 3;
- icons_config.GlyphOffset = {0, 5};
+ icons_config.GlyphOffset = {0, 4};
static const ImWchar icons_ranges[] = {0xE000, 0xF8FF, 0};
ImGui::addTTFFontFromArchive("MaterialSymbolsSharp.ttf", 16.f, &icons_config, icons_ranges);
More information about the Scummvm-git-logs
mailing list