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 --- objects.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'objects.js') 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