Skip to content

Commit c9613a5

Browse files
committed
Fixed #35
1 parent 63957b6 commit c9613a5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: AlgorithmVisualizer.jar

13.4 KB
Binary file not shown.

Diff for: src/com/example/algorithmvisualizer/ContentWindow.java

+1-1
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;
56+
contentWidth = arrDisplayHeight + 20;
5757
sizeOptions = new String[] { "10", "50", "100", "300", "450", "900" };
5858
}
5959

0 commit comments

Comments
 (0)