increased palette's vertical growth by scrollBarSize

pull/3/merge
jmoenig 2013-07-15 10:59:42 +02:00
rodzic 199d0d9d95
commit 6dbfe66420
2 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -1814,3 +1814,7 @@ ______
130713
------
* Paint: fixed pipette tool for floodfill
130715
------
* Objects: increased palette's vertical growth by scrollBarSize

Wyświetl plik

@ -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: