mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 09:48:02 +00:00
fix Vertical layout for VManaPool
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user