diff --git a/Correlator/Views/BigPictureView.xaml b/Correlator/Views/BigPictureView.xaml index f45a8bb..36104fd 100644 --- a/Correlator/Views/BigPictureView.xaml +++ b/Correlator/Views/BigPictureView.xaml @@ -3,7 +3,6 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" - xmlns:hc="https://handyorg.github.io/handycontrol" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:prism="http://prismlibrary.com/" xmlns:vm="clr-namespace:Correlator.ViewModels" @@ -29,21 +28,33 @@ Width="90" Height="90" Margin="0,0,11,11" - Padding="11" - HorizontalAlignment="Right" - VerticalAlignment="Bottom" - HorizontalContentAlignment="Right" - VerticalContentAlignment="Bottom" - hc:BackgroundSwitchElement.MouseDownBackground="{DynamicResource DarkDangerBrush}" - hc:BackgroundSwitchElement.MouseHoverBackground="{DynamicResource DangerBrush}" - hc:BorderElement.CornerRadius="90 0 0 0" - Background="LightGray" - BorderThickness="0" Command="{Binding CloseWindowCommand}" Content="" - FontFamily="/Correlator;component/Fonts/#iconfont" - FontSize="50" - Foreground="White" - Style="{StaticResource ButtonCustom}" /> + FontFamily="/Correlator;component/Fonts/#iconfont"> + + + + \ No newline at end of file