👾 修复 Tooltip 文本位置和碰撞公式

This commit is contained in:
Tom
2025-07-25 15:50:53 +08:00
parent 34cce2b9cb
commit cf5a7cbb29
11 changed files with 576 additions and 225 deletions

View File

@@ -165,7 +165,7 @@ namespace Demo
Controls.Add(windowBar);
Font = new Font("Microsoft YaHei UI", 12F);
ForeColor = Color.Black;
MinimumSize = new Size(1, 1);
MinimumSize = new Size(660, 400);
Name = "Overview";
StartPosition = FormStartPosition.CenterScreen;
Text = "AntdUI Overview";