diff options
| author | jmoenig <jens@moenig.org> | 2013-07-15 10:59:42 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2013-07-15 10:59:42 +0200 |
| commit | 6dbfe66420571a945688278cba70451083b43ccd (patch) | |
| tree | 73a5e4f2e2eaada6bf2648f55ab3103a9bbba7db | |
| parent | 199d0d9d95f4d24a11eda83244f91cda28d911a4 (diff) | |
| download | snap-6dbfe66420571a945688278cba70451083b43ccd.tar.gz snap-6dbfe66420571a945688278cba70451083b43ccd.zip | |
increased palette's vertical growth by scrollBarSize
| -rwxr-xr-x | history.txt | 4 | ||||
| -rw-r--r-- | objects.js | 3 |
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 @@ -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: |
