From 64fbda01911cd803eb2586f41bfd7ce10c668fa4 Mon Sep 17 00:00:00 2001 From: "j.foucher" Date: Sun, 3 May 2026 09:43:02 +0200 Subject: [PATCH] Footer : align under content area, not under the left sidebar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The footer was at outer Grid.Row=2 with no column constraint, so it spanned the full window width — visually overflowing under the 200px left sidebar. Added a 200px left margin so the footer starts where the content area starts. Comment makes the magic-number coupling explicit so it stays in sync if the sidebar width changes. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/PSLauncher.App/Views/MainWindow.xaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/PSLauncher.App/Views/MainWindow.xaml b/src/PSLauncher.App/Views/MainWindow.xaml index c667404..a5e3e04 100644 --- a/src/PSLauncher.App/Views/MainWindow.xaml +++ b/src/PSLauncher.App/Views/MainWindow.xaml @@ -627,10 +627,14 @@ + Le bouton "Vérifier les MAJ" a été déplacé en flottant au-dessus du body. + Margin gauche = 200px = largeur de la sidebar (Grid de la Row 1) ; ainsi + le footer reste cantonné sous la zone Library/Report/Doc et ne déborde + pas sous la sidebar. Si on change la largeur de la sidebar, ajuster ici. -->