We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381320c commit ff4418fCopy full SHA for ff4418f
src/MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Snackbar.xaml
@@ -182,7 +182,7 @@
182
<system:Double>0.0</system:Double>
183
</StackPanel.Tag>
184
<StackPanel.Height>
185
- <MultiBinding Converter="{x:Static converters:MathMultipleConverter.AddInstance}">
+ <MultiBinding Converter="{x:Static converters:MathMultipleConverter.MultiplyInstance}">
186
<Binding ElementName="ContentBorder" Path="ActualHeight" />
187
<Binding Path="Tag" RelativeSource="{RelativeSource Self}" />
188
</MultiBinding>
0 commit comments