* UIForm:修改不显示标题时的控件在顶部的位置Bug

This commit is contained in:
Sunny 2020-07-01 21:40:52 +08:00
parent 4c1d5730df
commit b62b043e6f
4 changed files with 4 additions and 4 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -147,10 +147,10 @@ namespace Sunny.UI
}
}
if (ShowTitle && e.Control.Top < TitleHeight)
{
e.Control.Top = TitleHeight;
}
// if (ShowTitle && e.Control.Top < TitleHeight)
// {
// e.Control.Top = TitleHeight;
// }
}
[DefaultValue(null)]