Skip to content

Commit 7f8c4e8

Browse files
committed
Update MainWindow.xaml
1 parent 41a9610 commit 7f8c4e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/WPFDevelopers.Samples.Shared/ExampleViews/MainWindow.xaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
<Border
6767
Margin="0,0,5,0"
6868
Background="{DynamicResource WD.BackgroundSolidColorBrush}"
69-
CornerRadius="4,0,0,4"
7069
Effect="{StaticResource WD.NormalShadowDepth}">
7170
<wd:NavigateMenu x:Name="NavigateMenu" ItemsSource="{Binding NavigateMenuModelList}">
7271
<i:Interaction.Triggers>
@@ -86,7 +85,6 @@
8685
Grid.Column="2"
8786
Margin="5,0,0,0"
8887
Background="{DynamicResource WD.BackgroundSolidColorBrush}"
89-
CornerRadius="4"
9088
Effect="{StaticResource WD.NormalShadowDepth}">
9189
<ContentControl Content="{Binding ControlPanel}" />
9290
</Border>

0 commit comments

Comments
 (0)