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 8fca463 commit c2766ffCopy full SHA for c2766ff
MaterialDesignThemes.MahApps/Themes/MaterialDesignTheme.MahApps.Flyout.xaml
@@ -209,13 +209,12 @@
209
</VisualState>
210
</VisualStateGroup>
211
</VisualStateManager.VisualStateGroups>
212
- <AdornerDecorator>
+ <AdornerDecorator x:Name="PART_Border">
213
<AdornerDecorator.CacheMode>
214
<BitmapCache EnableClearType="True"
215
SnapsToDevicePixels="False" />
216
</AdornerDecorator.CacheMode>
217
- <Border x:Name="PART_Border"
218
- Background="{TemplateBinding Background}"
+ <Border Background="{TemplateBinding Background}"
219
Effect="{DynamicResource MaterialDesignShadowDepth5}" />
220
</AdornerDecorator>
221
<AdornerDecorator>
0 commit comments