Fix xml summary in ToolStrip.cs
This commit is contained in:
@@ -65,9 +65,9 @@ namespace FlaxEditor.GUI
|
|||||||
/// Gets the height for the items.
|
/// Gets the height for the items.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public float ItemsHeight => Height + itemScale * DefaultMarginV;
|
public float ItemsHeight => Height + itemScale * DefaultMarginV;
|
||||||
|
|
||||||
private float itemScale;
|
private float itemScale;
|
||||||
/// <summarys
|
|
||||||
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="ToolStrip"/> class.
|
/// Initializes a new instance of the <see cref="ToolStrip"/> class.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public ToolStrip()
|
public ToolStrip()
|
||||||
|
|||||||
Reference in New Issue
Block a user