From 5c6154986cabd53f9a2c451dd25f9b5a9ce34632 Mon Sep 17 00:00:00 2001 From: AnuthaDev Date: Tue, 2 Jun 2020 14:10:11 +0530 Subject: [PATCH] Animated hover state change --- .../TerminalApp/MinMaxCloseControl.xaml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/src/cascadia/TerminalApp/MinMaxCloseControl.xaml b/src/cascadia/TerminalApp/MinMaxCloseControl.xaml index 305303d665c..701c8720935 100644 --- a/src/cascadia/TerminalApp/MinMaxCloseControl.xaml +++ b/src/cascadia/TerminalApp/MinMaxCloseControl.xaml @@ -4,7 +4,6 @@ the MIT License. See LICENSE in the project root for license information. --> x:Class="TerminalApp.MinMaxCloseControl" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" - xmlns:local="using:TerminalApp" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" @@ -93,7 +92,21 @@ the MIT License. See LICENSE in the project root for license information. --> - + + + + + + + + + + + + + + +