v2.4.2: increased some window widths in landscape

This commit is contained in:
Evan Debenham
2024-06-02 15:45:58 -04:00
parent 20ebed411b
commit de248a03eb
3 changed files with 3 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ import java.util.ArrayList;
public class WndBlacksmith extends Window {
private static final int WIDTH_P = 120;
private static final int WIDTH_L = 160;
private static final int WIDTH_L = 180;
private static final int GAP = 2;

View File

@@ -36,7 +36,7 @@ import com.watabou.noosa.Image;
public class WndCombo extends Window {
private static final int WIDTH_P = 120;
private static final int WIDTH_L = 160;
private static final int WIDTH_L = 180;
private static final int MARGIN = 2;

View File

@@ -34,7 +34,7 @@ import com.shatteredpixel.shatteredpixeldungeon.ui.Window;
public class WndMonkAbilities extends Window {
private static final int WIDTH_P = 120;
private static final int WIDTH_L = 160;
private static final int WIDTH_L = 180;
private static final int MARGIN = 2;