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 41a9610 commit 7f8c4e8Copy full SHA for 7f8c4e8
src/WPFDevelopers.Samples.Shared/ExampleViews/MainWindow.xaml
@@ -66,7 +66,6 @@
66
<Border
67
Margin="0,0,5,0"
68
Background="{DynamicResource WD.BackgroundSolidColorBrush}"
69
- CornerRadius="4,0,0,4"
70
Effect="{StaticResource WD.NormalShadowDepth}">
71
<wd:NavigateMenu x:Name="NavigateMenu" ItemsSource="{Binding NavigateMenuModelList}">
72
<i:Interaction.Triggers>
@@ -86,7 +85,6 @@
86
85
Grid.Column="2"
87
Margin="5,0,0,0"
88
89
- CornerRadius="4"
90
91
<ContentControl Content="{Binding ControlPanel}" />
92
</Border>
0 commit comments