From 812499347ced5572ee384617b2712c34791dfa67 Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期一, 10 十一月 2025 11:29:10 +0800
Subject: [PATCH] 其它出库报表

---
 DevApp/Gs.DevApp/UserControl/Toast.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/Toast.cs b/DevApp/Gs.DevApp/UserControl/Toast.cs
index 5cd8583..15d856e 100644
--- a/DevApp/Gs.DevApp/UserControl/Toast.cs
+++ b/DevApp/Gs.DevApp/UserControl/Toast.cs
@@ -30,7 +30,7 @@
             using (Graphics graphics = this.CreateGraphics())
             {
                 Size textSize = TextRenderer.MeasureText(messageText, lbMsg.Font);
-                clientWidth = (int)textSize.Width;
+                clientWidth = (int)textSize.Width + 10;
                 clientHeight= (int)textSize.Height+10;
             }
             this.ClientSize = new System.Drawing.Size(clientWidth, clientHeight);

--
Gitblit v1.9.3