diff --git a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/App.xaml b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/App.xaml index c26c30d..c133156 100644 --- a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/App.xaml +++ b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/App.xaml @@ -308,6 +308,18 @@ + + diff --git a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Controls/SystemTray.xaml b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Controls/SystemTray.xaml index a6aa173..f8a363c 100644 --- a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Controls/SystemTray.xaml +++ b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Controls/SystemTray.xaml @@ -24,16 +24,42 @@ AreOpenCloseAnimationsEnabled="True" LightDismissOverlayMode="On" ShowMode="TransientWithDismissOnPointerMoveAway"> - - - - - - + + + + + + + + + + + diff --git a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Views/LyricsPage.xaml b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Views/LyricsPage.xaml index d618a87..4e5533e 100644 --- a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Views/LyricsPage.xaml +++ b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Views/LyricsPage.xaml @@ -231,19 +231,9 @@ - - - - + ShouldConstrainToRootBounds="False" /> @@ -260,19 +250,9 @@ - - - - + ShouldConstrainToRootBounds="False" /> diff --git a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Views/LyricsWindow.xaml b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Views/LyricsWindow.xaml index 98d8fee..d3722ab 100644 --- a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Views/LyricsWindow.xaml +++ b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Views/LyricsWindow.xaml @@ -86,34 +86,47 @@ + Click="AOTFlyoutItem_Click" + Icon="{ui:FontIcon Glyph=}" /> + Click="FullScreenFlyoutItem_Click" + Icon="{ui:FontIcon Glyph=}" /> + + Click="MiniFlyoutItem_Click" + Icon="{ui:FontIcon Glyph=}" /> + + Click="MusicGalleryMenuFlyoutItem_Click" + Icon="{ui:FontIcon Glyph=}" /> - + Click="SettingsMenuFlyoutItem_Click" + Icon="{ui:FontIcon Glyph=}" /> + +