This commit is contained in:
Anuken
2022-11-04 08:59:24 -04:00
parent 4e5bc8fc94
commit 9f0a1d863e
3 changed files with 3 additions and 3 deletions
@@ -196,7 +196,7 @@ public class CanvasBlock extends Block{
}
}, new GridImage(canvasSize, canvasSize){{
touchable = Touchable.disabled;
}}).size(mobile && !Core.graphics.isPortrait() ? 290f : 480f);
}}).size(mobile && !Core.graphics.isPortrait() ? Math.min(290f, Core.graphics.getHeight() / Scl.scl(1f) - 75f / Scl.scl(1f)) : 480f);
});
dialog.cont.row();