lg
昨天 51c3a5b6f8eead206b00679c274bea06e168dbd2
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);