From 83ec4b554a7b5bb60e02fcfa2edee55d3f9460e3 Mon Sep 17 00:00:00 2001 From: Brandon Date: Tue, 28 May 2024 00:22:39 -0600 Subject: [PATCH] Changed: Made progress bar of items in the sidebar smaller --- source/CustomControls/SidebarItem.xaml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/source/CustomControls/SidebarItem.xaml b/source/CustomControls/SidebarItem.xaml index 9e91b02..35d0a0f 100644 --- a/source/CustomControls/SidebarItem.xaml +++ b/source/CustomControls/SidebarItem.xaml @@ -18,8 +18,25 @@ + Margin="2,0,2,0" + BorderThickness="0" Background="{DynamicResource ControlBackgroundBrush}" + Foreground="{DynamicResource GlyphBrush}" + Height="4" + HorizontalAlignment="Stretch" VerticalAlignment="Bottom"> + + + +