Fix xml summary in ToolStrip.cs

This commit is contained in:
David Conway
2020-12-26 04:40:42 +11:00
parent c0cc89201e
commit c6664c7d1e

View File

@@ -65,9 +65,9 @@ namespace FlaxEditor.GUI
/// Gets the height for the items.
/// </summary>
public float ItemsHeight => Height + itemScale * DefaultMarginV;
private float itemScale;
/// <summarys
/// <summary>
/// Initializes a new instance of the <see cref="ToolStrip"/> class.
/// </summary>
public ToolStrip()