diff --git a/SunnyUI/Controls/DropItem/UIDropControl.cs b/SunnyUI/Controls/DropItem/UIDropControl.cs index eefd3b06..2508c175 100644 --- a/SunnyUI/Controls/DropItem/UIDropControl.cs +++ b/SunnyUI/Controls/DropItem/UIDropControl.cs @@ -380,6 +380,7 @@ namespace Sunny.UI edit.Top = (Height - edit.Height) / 2; edit.Left = 4 + Padding.Left; edit.Width = Width - Padding.Left - Padding.Right - 4; + ControlBoxRect = new Rectangle(Width - 24, 0, 24, Height); } ///