mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2026-06-11 11:06:27 +00:00
Remove unnecessary comments
This commit is contained in:
@@ -203,8 +203,6 @@ function Show-MainWindow {
|
|||||||
|
|
||||||
$updateHomeContentPosition = {
|
$updateHomeContentPosition = {
|
||||||
if ($homeContentPanel) {
|
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
|
$availableHeight = $window.ActualHeight - 32 # subtract title bar height
|
||||||
if ($availableHeight -gt 0) {
|
if ($availableHeight -gt 0) {
|
||||||
$topMargin = ($availableHeight - 584) * 0.5
|
$topMargin = ($availableHeight - 584) * 0.5
|
||||||
|
|||||||
Reference in New Issue
Block a user