diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-12-25 14:32:42 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-12-25 14:32:42 +0200 |
| commit | b5692b2f28929e7473ec73be0a1b5124149b8e2e (patch) | |
| tree | fde0515d7ef4442a46e0d904e26c2f389a0d9684 /Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml | |
| parent | ed125329bd961f4ecf86796bd7c65d9c75354855 (diff) | |
| download | Tango-b5692b2f28929e7473ec73be0a1b5124149b8e2e.tar.gz Tango-b5692b2f28929e7473ec73be0a1b5124149b8e2e.zip | |
Some work on PPC and database!
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml index 042faaba8..872b6b71e 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml @@ -94,9 +94,7 @@ <DockPanel> <Border BorderThickness="0 0 1 0" BorderBrush="{StaticResource TangoDividerBrush}"> <touch:TouchHamburgerButton Width="100" Height="100" Padding="15" Command="{Binding MenuOrBackCommand}" EnableDropShadow="False" Foreground="{StaticResource TangoPrimaryAccentBrush}" IsBack="{Binding NavigationManager.CanNavigateBack}"> - <touch:TouchHamburgerButton.Effect> - <DropShadowEffect ShadowDepth="15" BlurRadius="20" Color="Silver" /> - </touch:TouchHamburgerButton.Effect> + </touch:TouchHamburgerButton> </Border> <Grid DockPanel.Dock="Right" Margin="0 0 20 0"> |
