Browse Source

scroll mod

Rolf Egert 5 years ago
parent
commit
0b4564e2ef
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/ui/model/Model.java

+ 2 - 2
src/ui/model/Model.java

@@ -41,8 +41,8 @@ public class Model {
     private int backgroundMode = 0;
     private int backgroundWidth = 0;
     private int backgroundHeight = 0;
-    private int canvasX = 1000;
-    private int canvasY = 1000;
+    private int canvasX = 3000;
+    private int canvasY = 3000;
     private int curIteration = 0;
     private LinkedList<Color> subNetColors = new LinkedList<>();
     // ID of the Selected Object