fix Vertical layout for VManaPool

This commit is contained in:
Anthony Calosa
2025-09-26 08:29:07 +08:00
parent 20479518da
commit f11c2ad8a4

View File

@@ -70,7 +70,7 @@ public class VManaPool extends VDisplayArea {
float x = 0; float x = 0;
float y = 0; float y = 0;
if (Forge.isLandscapeMode() && !Forge.altZoneTabs) { if (Forge.isLandscapeMode() && (!Forge.altZoneTabs || !"Horizontal".equalsIgnoreCase(Forge.altZoneTabMode))) {
float labelWidth = visibleWidth / 2; float labelWidth = visibleWidth / 2;
float labelHeight = visibleHeight / 3; float labelHeight = visibleHeight / 3;