* UILine: 调整最小长、宽为1
This commit is contained in:
parent
8017957187
commit
42b77f2119
Binary file not shown.
@ -33,7 +33,7 @@ namespace Sunny.UI
|
||||
{
|
||||
SetStyleFlags(true, false);
|
||||
Size = new Size(360, 29);
|
||||
MinimumSize = new Size(2, 2);
|
||||
MinimumSize = new Size(1, 1);
|
||||
foreColor = UIStyles.GetStyleColor(UIStyle.Blue).LineForeColor;
|
||||
fillColor = UIStyles.GetStyleColor(UIStyle.Blue).PlainColor;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user