cdk
2025-11-21 a5ac8b421e08d776e9460e2af0541fa385c41dfc
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);