From 052af5f895833d488ce00c3aae8b1f29393d3ceb Mon Sep 17 00:00:00 2001 From: "GukSang.Jin" Date: Mon, 16 Mar 2026 14:49:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0123?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 全自动水压检测仪/NormalTemperatureMode.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/全自动水压检测仪/NormalTemperatureMode.cs b/全自动水压检测仪/NormalTemperatureMode.cs index 0066190..a6d7b0e 100644 --- a/全自动水压检测仪/NormalTemperatureMode.cs +++ b/全自动水压检测仪/NormalTemperatureMode.cs @@ -161,7 +161,7 @@ namespace 全自动水压检测仪 var framePanel = new Panel { Name = $"{barName}Frame", - Size = new Size(32, 34), + Size = new Size(78, 42), Anchor = AnchorStyles.Top | AnchorStyles.Right, BackColor = Color.FromArgb(208, 213, 219), Padding = new Padding(2) @@ -205,7 +205,7 @@ namespace 全自动水压检测仪 void RepositionStatusBar(object sender, EventArgs e) { framePanel.Location = new Point( - Math.Max(110, hostPanel.ClientSize.Width - framePanel.Width - 16), + Math.Max(64, hostPanel.ClientSize.Width - framePanel.Width - 16), Math.Max(3, (hostPanel.ClientSize.Height - framePanel.Height) / 2)); }