From c0b8009ef36746c7a14606267662570e8c59c2c6 Mon Sep 17 00:00:00 2001 From: xcd <834800634@qq.com> Date: 星期四, 09 七月 2020 19:12:37 +0800 Subject: [PATCH] 部分模型修改 --- src/Bro.M071.Process/UI/KeyIndicator.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Bro.M071.Process/UI/KeyIndicator.cs b/src/Bro.M071.Process/UI/KeyIndicator.cs index 75271a0..ec6d69b 100644 --- a/src/Bro.M071.Process/UI/KeyIndicator.cs +++ b/src/Bro.M071.Process/UI/KeyIndicator.cs @@ -58,7 +58,7 @@ protected override void SetSelectedPen() { - Pen = new Pen(Color.Red, 6); + Pen = new Pen(Color.Red, 3); } public override void Draw(Graphics g) -- Gitblit v1.8.0