From 5788b9087fc78260315d8abc6e2b4da58c24af81 Mon Sep 17 00:00:00 2001 From: Yair Aichenbaum <39923744+yaichenbaum@users.noreply.github.com> Date: Thu, 31 Mar 2022 15:16:53 -0400 Subject: [PATCH] Added compact mode support to the sidebar --- src/Files.Uwp/App.xaml | 4 ++++ src/Files.Uwp/UserControls/SidebarControl.xaml | 9 ++++----- .../ViewModels/SettingsViewModels/AppearanceViewModel.cs | 2 ++ 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/Files.Uwp/App.xaml b/src/Files.Uwp/App.xaml index 15bb1d7d8530..e1db0bc48de9 100644 --- a/src/Files.Uwp/App.xaml +++ b/src/Files.Uwp/App.xaml @@ -27,6 +27,10 @@ 36 + + + 32 + diff --git a/src/Files.Uwp/UserControls/SidebarControl.xaml b/src/Files.Uwp/UserControls/SidebarControl.xaml index 78805c6ad091..0df92075b2ed 100644 --- a/src/Files.Uwp/UserControls/SidebarControl.xaml +++ b/src/Files.Uwp/UserControls/SidebarControl.xaml @@ -1,15 +1,15 @@  - 32