* UITextBox:不限制高度为根据字体计算,可进行调整

This commit is contained in:
Sunny 2021-04-17 11:40:19 +08:00
parent 1ecb1cf02f
commit 70cdd7ce18
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -335,7 +335,7 @@ namespace Sunny.UI
{
if (!multiline)
{
if (Height != MiniHeight)
if (Height < MiniHeight)
{
Height = MiniHeight;
}