mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2024-12-22 09:12:42 -06:00
Mispelled Gaussian
Bug fix
This commit is contained in:
parent
4cbde7d1b4
commit
13f2caa6fc
2 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ namespace butterflow_ui
|
||||||
{
|
{
|
||||||
/// <summary> Box. </summary>
|
/// <summary> Box. </summary>
|
||||||
box,
|
box,
|
||||||
/// <summary> Guassian. </summary>
|
/// <summary> Gaussian. </summary>
|
||||||
guassian
|
gaussian
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue