* UINavMenu:增加设置二级菜单底色
This commit is contained in:
parent
640f4592b9
commit
6df54aeb6d
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -460,7 +460,7 @@ namespace Sunny.UI
|
||||
}
|
||||
}
|
||||
|
||||
private Color secondBackColor = UIColor.Blue;
|
||||
private Color secondBackColor = Color.FromArgb(66, 66, 66);
|
||||
|
||||
[DefaultValue(typeof(Color), "66, 66, 66")]
|
||||
[Description("二级节点背景颜色"), Category("SunnyUI")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user