From 6048dda8cc37fd92683053f6e757d8aa3e235441 Mon Sep 17 00:00:00 2001 From: He Hang Date: Tue, 7 Nov 2023 16:23:25 +0800 Subject: [PATCH] Desktop lyric scrolling,theme --- windows/LyricWindow.xaml | 22 +++++---------- windows/LyricWindow.xaml.cs | 53 +++++++++++++++++++++++++++++++---- windows/MainWindow.xaml.cs | 12 ++++---- windows/Server/HttpHandler.cs | 4 ++- windows/Utils/IconFont.cs | 5 +--- 5 files changed, 66 insertions(+), 30 deletions(-) diff --git a/windows/LyricWindow.xaml b/windows/LyricWindow.xaml index 192a8dd..fb71510 100644 --- a/windows/LyricWindow.xaml +++ b/windows/LyricWindow.xaml @@ -8,18 +8,6 @@ ShowInTaskbar="False" Height="100" Width="500" MinWidth="360" MinHeight="100" MouseEnter="Window_MouseEnter" MouseLeave="Window_MouseLeave" Loaded="Window_Loaded" Closing="Window_Closing" MouseLeftButtonDown="DragWindow"> - - - - @@ -27,13 +15,17 @@ - - +