Added arrow as default to groups
This commit is contained in:
@@ -13,7 +13,12 @@ namespace FlaxEditor.CustomEditors.Elements
|
||||
/// <summary>
|
||||
/// The drop panel.
|
||||
/// </summary>
|
||||
public readonly DropPanel Panel = new DropPanel();
|
||||
public readonly DropPanel Panel = new DropPanel
|
||||
{
|
||||
ArrowImageClosed = new SpriteBrush(Style.Current.ArrowRight),
|
||||
ArrowImageOpened = new SpriteBrush(Style.Current.ArrowDown),
|
||||
EnableDropDownIcon = true,
|
||||
};
|
||||
|
||||
/// <inheritdoc />
|
||||
public override ContainerControl ContainerControl => Panel;
|
||||
|
||||
Reference in New Issue
Block a user