From e3cf2ac3a2f07ac5d85e865d0f70f829bbfce798 Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Sat, 15 Jul 2023 13:18:39 +0100 Subject: [PATCH] Minor visual adjustments --- Bloxstrap/Extensions/CursorTypeEx.cs | 4 ++-- Bloxstrap/UI/Elements/Menu/Pages/ModsPage.xaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Bloxstrap/Extensions/CursorTypeEx.cs b/Bloxstrap/Extensions/CursorTypeEx.cs index d2ba437b..a46dc7ec 100644 --- a/Bloxstrap/Extensions/CursorTypeEx.cs +++ b/Bloxstrap/Extensions/CursorTypeEx.cs @@ -9,8 +9,8 @@ static class CursorTypeEx public static IReadOnlyDictionary Selections => new Dictionary { { "Default", CursorType.Default }, - { "2013 - 2022", CursorType.From2013 }, - { "2006 - 2013", CursorType.From2006 }, + { "2013 (Angular)", CursorType.From2013 }, + { "2006 (Cartoony)", CursorType.From2006 }, }; } } diff --git a/Bloxstrap/UI/Elements/Menu/Pages/ModsPage.xaml b/Bloxstrap/UI/Elements/Menu/Pages/ModsPage.xaml index c69873dd..8972f0ff 100644 --- a/Bloxstrap/UI/Elements/Menu/Pages/ModsPage.xaml +++ b/Bloxstrap/UI/Elements/Menu/Pages/ModsPage.xaml @@ -123,7 +123,7 @@ - +