From 5db42a9889019bc16d2ffd62e77ea7113e159922 Mon Sep 17 00:00:00 2001 From: Kunal Marwaha Date: Tue, 24 Jun 2014 21:36:54 -0700 Subject: fixed scrolling --- gui.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gui.js b/gui.js index d12453b..7a4d964 100644 --- a/gui.js +++ b/gui.js @@ -1390,6 +1390,9 @@ IDE_Morph.prototype.fixLayout = function (situation) { // categories this.categories.setLeft(this.logo.left()); this.categories.setTop(this.logo.bottom()); + } else { + this.palette.scrollX(-1); + this.palette.scrollY(-5); } // palette -- cgit v1.3.1