* UIForm: 可拖拽时Padding.Top增加1,解决一些显示问题
This commit is contained in:
parent
ef01df366f
commit
c155e45841
@ -1626,7 +1626,7 @@ namespace Sunny.UI
|
||||
{
|
||||
ShowRect = true;
|
||||
ShowRadius = false;
|
||||
Padding = new Padding(2, showTitle ? TitleHeight : 2, 2, 2);
|
||||
Padding = new Padding(2, showTitle ? TitleHeight + 1 : 2, 2, 2);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user