[Scummvm-git-logs] scummvm master -> c29e3d6bc63d478d610377ece17336b702c8c3c8
whoozle
noreply at scummvm.org
Sun Mar 15 12:04:16 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
c29e3d6bc6 PHOENIXVR: fix save label text margins
Commit: c29e3d6bc63d478d610377ece17336b702c8c3c8
https://github.com/scummvm/scummvm/commit/c29e3d6bc63d478d610377ece17336b702c8c3c8
Author: Vladimir Menshakov (vladimir.menshakov at gmail.com)
Date: 2026-03-15T12:02:59Z
Commit Message:
PHOENIXVR: fix save label text margins
Another attempt and I found the exact value in original engine.
Changed paths:
engines/phoenixvr/phoenixvr.cpp
diff --git a/engines/phoenixvr/phoenixvr.cpp b/engines/phoenixvr/phoenixvr.cpp
index 115074ad4c0..e64338b47aa 100644
--- a/engines/phoenixvr/phoenixvr.cpp
+++ b/engines/phoenixvr/phoenixvr.cpp
@@ -1472,7 +1472,7 @@ void PhoenixVREngine::drawSlot(int idx, int face, int x, int y) {
dst.copyRectToSurface(*src, x, (tileY + 3) * 256, srcRect);
}
auto *font = getFont(12, false);
- static int kMargin = 10;
+ static int kMargin = 14;
if (font) {
auto color = dst.format.RGBToColor(0, 0, 0);
auto dstY = splitV ? (tileY + 3) * 256 - srcSplitY : y;
More information about the Scummvm-git-logs
mailing list