From 3328f082a70c4eeeb4a6b4568b34e50de74cf147 Mon Sep 17 00:00:00 2001 From: Yair <39923744+yaira2@users.noreply.github.com> Date: Mon, 7 Aug 2023 10:14:58 -0400 Subject: [PATCH] Fix: Fixed compact spacing alignment in the Column Layout (#13144) --- src/Files.App/Views/LayoutModes/ColumnViewBase.xaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Files.App/Views/LayoutModes/ColumnViewBase.xaml b/src/Files.App/Views/LayoutModes/ColumnViewBase.xaml index 3965a5b4df63..9595bbb96371 100644 --- a/src/Files.App/Views/LayoutModes/ColumnViewBase.xaml +++ b/src/Files.App/Views/LayoutModes/ColumnViewBase.xaml @@ -189,6 +189,8 @@ x:Name="FilesRootGrid" Height="30" Padding="12,0,12,0" + HorizontalAlignment="Stretch" + VerticalAlignment="Center" CornerRadius="{StaticResource ControlCornerRadius}" IsRightTapEnabled="True" Loaded="Grid_Loaded"