Skip to content

Commit

Permalink
shadow demo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ButchersBoy committed Oct 11, 2015
1 parent aab34af commit 560610b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MainDemo.Wpf/MenusAndToolBars.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
<MenuItem Header="Enlightenment?" IsCheckable="True" />
<MenuItem Header="Disappointment" IsCheckable="True" />
</MenuItem>
<MenuItem Header="Look Deeper" InputGestureText="Ctrl+D">
<MenuItem Header="Plain" />
<MenuItem Header="Ice Cream" />
</MenuItem>
</MenuItem>
<MenuItem Header="_Edit">
<MenuItem Header="_Cut" Command="Cut">
Expand Down
1 change: 1 addition & 0 deletions MainDemo.Wpf/Shadows.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
>2</Button>
<Button Style="{DynamicResource MaterialDesignFloatingActionButton}"
Margin="16 0 0 0"
wpf:ShadowAssist.ShadowDepth="Depth3"
>3</Button>
<Button Style="{DynamicResource MaterialDesignFloatingActionButton}"
Margin="16 0 0 0"
Expand Down

0 comments on commit 560610b

Please sign in to comment.