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 a5522a8 commit 3114ca9Copy full SHA for 3114ca9
src/Wpf.Ui.Violeta/Controls/MessageBox/MessageBoxDialog.xaml
@@ -36,7 +36,6 @@
36
UseAeroCaptionButtons="True" />
37
38
<Style TargetType="{x:Type local:MessageBoxDialog}">
39
- <Setter Property="Cursor" Value="{DynamicResource ThemeCursor}" />
40
<Setter Property="Foreground" Value="{DynamicResource ContentDialogForeground}" />
41
<Setter Property="Background" Value="{DynamicResource ContentDialogBackground}" />
42
<Setter Property="BorderThickness" Value="{DynamicResource ContentDialogBorderWidth}" />
0 commit comments