Skip to content

Commit

Permalink
Adding a UseLayoutRounding=True to the DialogHost seems to fix the is…
Browse files Browse the repository at this point in the history
  • Loading branch information
Tokter committed Feb 26, 2019
1 parent 2a978a8 commit 82e8461
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<Setter Property="wpf:ShadowAssist.ShadowDepth" Value="Depth5" />
<Setter Property="DialogTheme" Value="Light" />
<Setter Property="PopupStyle" Value="{StaticResource MaterialDesignDialogHostPopup}" />
<Setter Property="UseLayoutRounding" Value="True" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="wpf:DialogHost">
Expand Down

0 comments on commit 82e8461

Please sign in to comment.