summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKunal Marwaha <marwahaha@berkeley.edu>2014-06-24 21:36:54 -0700
committerKunal Marwaha <marwahaha@berkeley.edu>2014-06-24 21:36:54 -0700
commit5db42a9889019bc16d2ffd62e77ea7113e159922 (patch)
tree9b184669560baa7d13078ccb9650800d6a0a12b1
parentec8b14a3758acfc852a6f02010394bd5814d7272 (diff)
downloadsnap-byow-5db42a9889019bc16d2ffd62e77ea7113e159922.tar.gz
snap-byow-5db42a9889019bc16d2ffd62e77ea7113e159922.zip
fixed scrolling
-rw-r--r--gui.js3
1 files changed, 3 insertions, 0 deletions
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