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> /// <summary> Box. </summary>
box, box,
/// <summary> Guassian. </summary> /// <summary> Gaussian. </summary>
guassian gaussian
} }
} }

View File

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