From ea23b9be1853121e18a5f61521e90ef07e00f286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=91=E5=8F=AB=E9=94=84=E5=A4=B4?= Date: Fri, 22 Dec 2023 14:35:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Mesnac.Action.ChemicalWeighing/Util/ControlsImprot.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Util/ControlsImprot.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Util/ControlsImprot.cs index 9e16813..c0023d1 100644 --- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Util/ControlsImprot.cs +++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Util/ControlsImprot.cs @@ -308,11 +308,12 @@ namespace Mesnac.Action.ChemicalWeighing.Util if (su == true) { - lanternSimple.LanternBackground = Color.DarkGray; + lanternSimple.LanternBackground = Color.DimGray; } else { - lanternSimple.LanternBackground = Color.DimGray; + + lanternSimple.LanternBackground = Color.DarkGray; } }