From e6e2b76b83a06f4f98bc5fae33cd5f709c0f3951 Mon Sep 17 00:00:00 2001 From: AlexanderDotH Date: Sat, 6 May 2023 14:39:03 +0200 Subject: [PATCH] Scroller --- OpenLyricsClient/App.axaml | 46 ++++++++++++++++--- .../Backend/Handler/Artwork/ArtworkHandler.cs | 2 +- .../View/Custom/NewLyricsScroller.axaml | 7 +-- .../View/Custom/NewLyricsScroller.axaml.cs | 32 ++++--------- 4 files changed, 52 insertions(+), 35 deletions(-) diff --git a/OpenLyricsClient/App.axaml b/OpenLyricsClient/App.axaml index 3caa7d0..031a675 100644 --- a/OpenLyricsClient/App.axaml +++ b/OpenLyricsClient/App.axaml @@ -3,7 +3,8 @@ xmlns:themes="clr-namespace:Material.Styles.Themes;assembly=Material.Styles" xmlns:local="using:OpenLyricsClient" xmlns:converter="clr-namespace:OpenLyricsClient.Backend.Utils.Converter" - + xmlns:system="clr-namespace:System;assembly=System.Runtime" + x:Class="OpenLyricsClient.App"> @@ -39,11 +40,44 @@