diff options
| author | Kunal Marwaha <marwahaha@berkeley.edu> | 2014-06-24 21:36:54 -0700 |
|---|---|---|
| committer | Kunal Marwaha <marwahaha@berkeley.edu> | 2014-06-24 21:36:54 -0700 |
| commit | 5db42a9889019bc16d2ffd62e77ea7113e159922 (patch) | |
| tree | 9b184669560baa7d13078ccb9650800d6a0a12b1 /gui.js | |
| parent | ec8b14a3758acfc852a6f02010394bd5814d7272 (diff) | |
| download | snap-byow-5db42a9889019bc16d2ffd62e77ea7113e159922.tar.gz snap-byow-5db42a9889019bc16d2ffd62e77ea7113e159922.zip | |
fixed scrolling
Diffstat (limited to 'gui.js')
| -rw-r--r-- | gui.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
