This commit is contained in:
Anuken
2025-05-31 01:21:15 -04:00
parent 5483c6b290
commit 556cbb4815

View File

@@ -557,7 +557,7 @@ public class SchematicsDialog extends BaseDialog{
next.pack();
float w = next.getWidth() + Scl.scl(9f);
if(w + sum >= Core.graphics.getWidth() * 0.9f){
if(w*2f + sum >= Core.graphics.getWidth() * 0.9f){
p.add(current).row();
current = new Table();
current.left();