mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2024-11-13 21:33:34 -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>
|
||||
box,
|
||||
/// <summary> Guassian. </summary>
|
||||
guassian
|
||||
/// <summary> Gaussian. </summary>
|
||||
gaussian
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue