* UIForm:更新不显示标题时控件位置移动的Bug
This commit is contained in:
parent
e705339388
commit
3f4463d4f4
BIN
Bin/SunnyUI.dll
BIN
Bin/SunnyUI.dll
Binary file not shown.
BIN
Bin/SunnyUI.pdb
BIN
Bin/SunnyUI.pdb
Binary file not shown.
Binary file not shown.
@ -141,7 +141,7 @@ namespace Sunny.UI
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (e.Control.Top < TitleHeight)
|
if (ShowTitle && e.Control.Top < TitleHeight)
|
||||||
{
|
{
|
||||||
e.Control.Top = Padding.Top;
|
e.Control.Top = Padding.Top;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user