lg
2 天以前 d0db069d13e494e02e0132fd06513cf500812c24
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);