From 661c464b7a0fbd19fdda76598697a010bc1c1705 Mon Sep 17 00:00:00 2001 From: "j.foucher" Date: Sat, 2 May 2026 11:54:20 +0200 Subject: [PATCH] Background: anchor logo to bottom-right, never overlap the footer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two related issues with the background bitmap: 1. The footer (download progress bar) appeared on top of the image, cropping the bottom strip — including the ASTERION VR mark in the bottom-right corner of Background.png. 2. UniformToFill scales-and-crops to maintain aspect ratio, but with the previous setup the crop was centered, so resizing the window wider/narrower silently pushed the bottom-right logo off-screen. Fix: - The bitmap now lives in a Rectangle restricted to Grid.Row="1" (body only). When the footer appears at Row 2, it sits below the body without overlapping the image. - Switch from to . The crop now happens on the LEFT and TOP edges, keeping the logo's corner pinned to the bottom-right and visible regardless of window proportions. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/PSLauncher.App/Views/MainWindow.xaml | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/src/PSLauncher.App/Views/MainWindow.xaml b/src/PSLauncher.App/Views/MainWindow.xaml index e81c92d..68b2428 100644 --- a/src/PSLauncher.App/Views/MainWindow.xaml +++ b/src/PSLauncher.App/Views/MainWindow.xaml @@ -166,15 +166,20 @@ - - + + + + + +