From 42dd0701f5494ed9d514fcc6a4019cca211dcd15 Mon Sep 17 00:00:00 2001 From: "j.foucher" Date: Sun, 3 May 2026 10:43:01 +0200 Subject: [PATCH] Footer : drop the leftover Margin=200 hack The 200px left margin was a workaround when the footer was at outer Row=2 with no column constraint and had to dodge the sidebar visually. Now that Row=2 + Col=1 cleanly cantons the footer in the content column (commit ab40b62), the margin pushes everything 200px further right and creates a black gap at the bottom-left of the content area. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/PSLauncher.App/Views/MainWindow.xaml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PSLauncher.App/Views/MainWindow.xaml b/src/PSLauncher.App/Views/MainWindow.xaml index 28a220e..b50bf89 100644 --- a/src/PSLauncher.App/Views/MainWindow.xaml +++ b/src/PSLauncher.App/Views/MainWindow.xaml @@ -647,7 +647,6 @@ Background="{StaticResource Brush.Bg.Footer}" BorderBrush="{StaticResource Brush.Border}" BorderThickness="0,1,0,0" Padding="20,10" - Margin="200,0,0,0" Visibility="{Binding FooterVisibility}">