Skip to content

Commit 42b6fc1

Browse files
committed
Increased display width to fix #36
1 parent baf8421 commit 42b6fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/example/algorithmvisualizer/ContentWindow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public void initComponents() {
5353
sizeOptions = new String[] { "10", "50", "100", "250", "500" };
5454
} else { // Original dimensions (1080p)
5555
arrDisplayHeight = 900;
56-
contentWidth = arrDisplayHeight + 20;
56+
contentWidth = arrDisplayHeight + 100;
5757
sizeOptions = new String[] { "10", "50", "100", "300", "450", "900" };
5858
}
5959

0 commit comments

Comments
 (0)