Mispelled Gaussian

Bug fix
This commit is contained in:
Jordan Wages 2018-07-04 00:35:08 -05:00
parent 4cbde7d1b4
commit 13f2caa6fc
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ namespace butterflow_ui
{
/// <summary> Box. </summary>
box,
/// <summary> Guassian. </summary>
guassian
/// <summary> Gaussian. </summary>
gaussian
}
}

View File

@ -65,9 +65,9 @@
</Menu>
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
<RowDefinition Height="0.3*" />
<RowDefinition Height="Auto" />
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>