Use embedded style for dialog host

This commit is contained in:
Alexey Golub 2018-12-19 21:50:56 +02:00
parent 13925c69af
commit 78b44aed19

View file

@ -17,7 +17,7 @@
Style="{DynamicResource MaterialDesignRoot}"
WindowStartupLocation="CenterScreen"
mc:Ignorable="d">
<materialDesign:DialogHost SnackbarMessageQueue="{Binding Notifications}">
<materialDesign:DialogHost SnackbarMessageQueue="{Binding Notifications}" Style="{DynamicResource MaterialDesignEmbeddedDialogHost}">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />