* UITextBox:不限制高度为根据字体计算,可进行调整
This commit is contained in:
parent
1ecb1cf02f
commit
70cdd7ce18
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -335,7 +335,7 @@ namespace Sunny.UI
|
|||||||
{
|
{
|
||||||
if (!multiline)
|
if (!multiline)
|
||||||
{
|
{
|
||||||
if (Height != MiniHeight)
|
if (Height < MiniHeight)
|
||||||
{
|
{
|
||||||
Height = MiniHeight;
|
Height = MiniHeight;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user