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 ff9182a commit a96f9cdCopy full SHA for a96f9cd
MainDemo.Wpf/Dialogs.xaml
@@ -66,7 +66,7 @@
66
</StackPanel>
67
</wpf:DialogHost.DialogContent>
68
<Border BorderThickness="1" BorderBrush="{DynamicResource PrimaryHueMidBrush}"
69
- MinWidth="256" MinHeight="256">
+ MinWidth="256" MinHeight="256" ClipToBounds="True">
70
<Grid>
71
<Grid.RowDefinitions>
72
<RowDefinition Height="*" />
@@ -77,7 +77,7 @@
77
<ListBoxItem>Banana</ListBoxItem>
78
<ListBoxItem>Pear</ListBoxItem>
79
</ListBox>
80
- <wpf:ColorZone Mode="PrimaryMid" Grid.Row="1">
+ <wpf:ColorZone Mode="PrimaryMid" Grid.Row="1" Effect="{DynamicResource MaterialDesignShadowDepth5}">
81
<TextBlock Margin="16">Fruit Bowl</TextBlock>
82
</wpf:ColorZone>
83
<Button Style="{StaticResource MaterialDesignFloatingActionAccentButton}"
0 commit comments