* UITextBox:解决Anchor包含Top、Bottom时,在窗体最小化后恢复时高度变化的问题

This commit is contained in:
Sunny 2020-09-25 19:52:47 +08:00
parent aadacc2992
commit 3ee1b0f1af

View File

@ -335,11 +335,6 @@ namespace Sunny.UI
} }
else else
{ {
if (Height < 69)
{
Height = 69;
}
edit.Top = 3; edit.Top = 3;
edit.Height = Height - 6; edit.Height = Height - 6;
edit.Left = 1; edit.Left = 1;