* UIForm:修改不显示标题时的控件在顶部的位置Bug
This commit is contained in:
parent
4c1d5730df
commit
b62b043e6f
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.
@ -147,10 +147,10 @@ namespace Sunny.UI
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ShowTitle && e.Control.Top < TitleHeight)
|
// if (ShowTitle && e.Control.Top < TitleHeight)
|
||||||
{
|
// {
|
||||||
e.Control.Top = TitleHeight;
|
// e.Control.Top = TitleHeight;
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
[DefaultValue(null)]
|
[DefaultValue(null)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user