We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents baf8421 + 42b6fc1 commit 34effd6Copy full SHA for 34effd6
src/com/example/algorithmvisualizer/ContentWindow.java
@@ -53,7 +53,7 @@ public void initComponents() {
53
sizeOptions = new String[] { "10", "50", "100", "250", "500" };
54
} else { // Original dimensions (1080p)
55
arrDisplayHeight = 900;
56
- contentWidth = arrDisplayHeight + 20;
+ contentWidth = arrDisplayHeight + 100;
57
sizeOptions = new String[] { "10", "50", "100", "300", "450", "900" };
58
}
59
0 commit comments