* UITextBox:解决Anchor包含Top、Bottom时,在窗体最小化后恢复时高度变化的问题
This commit is contained in:
parent
aadacc2992
commit
3ee1b0f1af
@ -335,11 +335,6 @@ namespace Sunny.UI
|
||||
}
|
||||
else
|
||||
{
|
||||
if (Height < 69)
|
||||
{
|
||||
Height = 69;
|
||||
}
|
||||
|
||||
edit.Top = 3;
|
||||
edit.Height = Height - 6;
|
||||
edit.Left = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user