From 275598e9aaf6c044cb337319bd1fd17bbae9c456 Mon Sep 17 00:00:00 2001 From: Jeffrey <9938813+Raphire@users.noreply.github.com> Date: Wed, 3 Jun 2026 21:16:45 +0200 Subject: [PATCH] Remove unnecessary comments --- Scripts/GUI/Show-MainWindow.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/Scripts/GUI/Show-MainWindow.ps1 b/Scripts/GUI/Show-MainWindow.ps1 index 718bc6f..8571434 100644 --- a/Scripts/GUI/Show-MainWindow.ps1 +++ b/Scripts/GUI/Show-MainWindow.ps1 @@ -203,8 +203,6 @@ function Show-MainWindow { $updateHomeContentPosition = { if ($homeContentPanel) { - # Scale the top margin so the home content is roughly centered vertically - # Use ~35% of the available content height as the top offset $availableHeight = $window.ActualHeight - 32 # subtract title bar height if ($availableHeight -gt 0) { $topMargin = ($availableHeight - 584) * 0.5