Skip to content

Commit 30e3beb

Browse files
author
Ayush Seth
authored
Update Fraternal Tree.js
1 parent 3696739 commit 30e3beb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Fraternal Tree.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ function setup() {
4747
wind_dir.value("Right");
4848

4949
document.getElementById('cpicker').style.position = "absolute";
50-
document.getElementById('cpicker').style.left = "320px";
51-
document.getElementById('cpicker').style.top = "920px";
50+
document.getElementById('cpicker').style.left = "40px";
51+
document.getElementById('cpicker').style.top = "990px";
5252

5353
cnv.mousePressed(branchIt);
5454
}

0 commit comments

Comments
 (0)