summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2013-07-15 10:59:42 +0200
committerjmoenig <jens@moenig.org>2013-07-15 10:59:42 +0200
commit6dbfe66420571a945688278cba70451083b43ccd (patch)
tree73a5e4f2e2eaada6bf2648f55ab3103a9bbba7db
parent199d0d9d95f4d24a11eda83244f91cda28d911a4 (diff)
downloadsnap-6dbfe66420571a945688278cba70451083b43ccd.tar.gz
snap-6dbfe66420571a945688278cba70451083b43ccd.zip
increased palette's vertical growth by scrollBarSize
-rwxr-xr-xhistory.txt4
-rw-r--r--objects.js3
2 files changed, 6 insertions, 1 deletions
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: