summaryrefslogtreecommitdiff
path: root/gui.js
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2015-01-21 12:26:54 +0100
committerjmoenig <jens@moenig.org>2015-01-21 12:26:54 +0100
commit386ff338951135bed9d8b7bd33c973b46e63e89f (patch)
tree826bb520979f41daa9a61ab40b243971d5c326a4 /gui.js
parentfee92b65f292ee46b83cc499bf623eb269dc6565 (diff)
downloadsnap-byow-386ff338951135bed9d8b7bd33c973b46e63e89f.tar.gz
snap-byow-386ff338951135bed9d8b7bd33c973b46e63e89f.zip
Fix Zoom Dialog’s sample background in “flat” design
Diffstat (limited to 'gui.js')
-rw-r--r--gui.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.js b/gui.js
index 9b8b51a..73fffe9 100644
--- a/gui.js
+++ b/gui.js
@@ -3543,6 +3543,7 @@ IDE_Morph.prototype.userSetBlocksScale = function () {
sample = new FrameMorph();
sample.acceptsDrops = false;
+ sample.color = IDE_Morph.prototype.groupColor;
sample.cachedTexture = this.scriptsPaneTexture;
sample.setExtent(new Point(250, 180));
scrpt.setPosition(sample.position().add(10));