add padding & margin to make search look good

This commit is contained in:
MyDrift
2024-08-22 21:51:23 +02:00
parent cb2576e6db
commit 1f6e5b8f92
2 changed files with 3 additions and 2 deletions

View File

@ -35,7 +35,7 @@ function Invoke-WPFUIElements {
if (!$borderstyle -or !$HoverTextBlockStyle -or !$ColorfulToggleSwitchStyle) {
throw "Failed to retrieve Styles using 'FindResource' from main window element."
}
$targetGrid = $window.FindName($targetGridName)
if (!$targetGrid) {