From 6dbfe66420571a945688278cba70451083b43ccd Mon Sep 17 00:00:00 2001 From: jmoenig Date: Mon, 15 Jul 2013 10:59:42 +0200 Subject: increased palette's vertical growth by scrollBarSize --- history.txt | 4 ++++ objects.js | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index 2389dc2..5b7c2f1 100755 --- a/history.txt +++ b/history.txt @@ -1814,3 +1814,7 @@ ______ 130713 ------ * Paint: fixed pipette tool for floodfill + +130715 +------ +* Objects: increased palette's vertical growth by scrollBarSize diff --git a/objects.js b/objects.js index 785a43d..efe93e8 100644 --- a/objects.js +++ b/objects.js @@ -123,7 +123,7 @@ PrototypeHatBlockMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.objects = '2013-July-09'; +modules.objects = '2013-July-15'; var SpriteMorph; var StageMorph; @@ -1863,6 +1863,7 @@ SpriteMorph.prototype.freshPalette = function (category) { palette.owner = this; palette.padding = unit / 2; palette.color = this.paletteColor; + palette.growth = new Point(0, MorphicPreferences.scrollBarSize); // menu: -- cgit v1.3.1