This commit is contained in:
艾竹
2023-05-14 23:26:22 +08:00
parent da9cdb55c9
commit d5b712f275
2 changed files with 3 additions and 3 deletions

View File

@@ -126,8 +126,8 @@ namespace AIStudio.Wpf.DiagramDesigner
protected override void UpdateLocation()
{
ItemWidth = Geometry.Bounds.Width + 4;
ItemHeight = Geometry.Bounds.Height + 4;
ItemWidth = Geometry.Bounds.Width + 3;
ItemHeight = Geometry.Bounds.Height + 3;
Left = Points[0].X;
Top = Points[0].Y;
}