Skip to content

Commit 0576b59

Browse files
committed
fix dimensions
1 parent 977f02d commit 0576b59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/it/polimi/ingsw/inputoutput/IOManager.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ public final class IOManager {
4343
public final static int thinPadding = 2;
4444

4545
public final static int face_details = 3;
46-
public final static int cellWidth = 42;
47-
public final static int cellHeight = 42;
46+
public final static int cellWidth = 36;
47+
public final static int cellHeight = 36;
4848
public final static int thirdOfCell = cellWidth / 3;
4949
public final static int dotRadius = thirdOfCell * 4 / 5 / 2;
50-
public final static int cardWidth = 250;
50+
public final static int cardWidth = 200;
5151
public final static int splash_width = 800;
5252

5353
public static Color colorToGUI(VColor color) {

0 commit comments

Comments
 (0)