Remove unnecessary comments

This commit is contained in:
Jeffrey
2026-06-03 21:16:45 +02:00
parent 506e901b60
commit 275598e9aa

View File

@@ -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