diff --git a/forge-gui-mobile/src/forge/screens/match/views/VManaPool.java b/forge-gui-mobile/src/forge/screens/match/views/VManaPool.java index 57a13b759d0..b5e601b8dd4 100644 --- a/forge-gui-mobile/src/forge/screens/match/views/VManaPool.java +++ b/forge-gui-mobile/src/forge/screens/match/views/VManaPool.java @@ -70,7 +70,7 @@ public class VManaPool extends VDisplayArea { float x = 0; float y = 0; - if (Forge.isLandscapeMode() && !Forge.altZoneTabs) { + if (Forge.isLandscapeMode() && (!Forge.altZoneTabs || !"Horizontal".equalsIgnoreCase(Forge.altZoneTabMode))) { float labelWidth = visibleWidth / 2; float labelHeight = visibleHeight / 3;