From d9db1e5dff746ec18f8f54231350741f2fb03e18 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Wed, 6 May 2020 11:29:09 +0200 Subject: [PATCH] changed background color for IDE symbolic toggle buttons --- src/gui.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/gui.js b/src/gui.js index 67cd7d8e..94502375 100644 --- a/src/gui.js +++ b/src/gui.js @@ -733,7 +733,7 @@ IDE_Morph.prototype.createControlBar = function () { button.corner = 12; button.color = colors[0]; button.highlightColor = colors[1]; - button.pressColor = colors[2]; + button.pressColor = colors[0]; button.labelMinExtent = new Point(36, 18); button.padding = 0; button.labelShadowOffset = new Point(-1, -1); @@ -762,7 +762,7 @@ IDE_Morph.prototype.createControlBar = function () { button.corner = 12; button.color = colors[0]; button.highlightColor = colors[1]; - button.pressColor = colors[2]; + button.pressColor = colors[0]; button.labelMinExtent = new Point(36, 18); button.padding = 0; button.labelShadowOffset = new Point(-1, -1); @@ -792,7 +792,6 @@ IDE_Morph.prototype.createControlBar = function () { button.color = colors[0]; button.highlightColor = colors[1]; button.pressColor = new Color(153, 255, 213); -// button.pressColor = colors[2]; button.labelMinExtent = new Point(36, 18); button.padding = 0; button.labelShadowOffset = new Point(-1, -1); @@ -857,7 +856,7 @@ IDE_Morph.prototype.createControlBar = function () { button.corner = 12; button.color = colors[0]; button.highlightColor = colors[1]; - button.pressColor = colors[2]; + button.pressColor = colors[0]; button.labelMinExtent = new Point(36, 18); button.padding = 0; button.labelShadowOffset = new Point(-1, -1); @@ -979,7 +978,7 @@ IDE_Morph.prototype.createControlBar = function () { button.corner = 12; button.color = colors[0]; button.highlightColor = colors[1]; - button.pressColor = colors[2]; + button.pressColor = colors[0]; button.labelMinExtent = new Point(36, 18); button.padding = 0; button.labelShadowOffset = new Point(-1, -1);