add border name

This commit is contained in:
MyDrift 2024-09-28 01:23:28 +02:00
parent 6229ab6dd4
commit 4c38768b32

View File

@ -137,6 +137,7 @@ function Invoke-WPFUIElements {
if ($configVariable -eq $sync.configs.applications) { if ($configVariable -eq $sync.configs.applications) {
# Create the outer Border for the application type # Create the outer Border for the application type
$border = New-Object Windows.Controls.Border $border = New-Object Windows.Controls.Border
$border.Name = $entryInfo.Name
$border.BorderBrush = [Windows.Media.Brushes]::Gray $border.BorderBrush = [Windows.Media.Brushes]::Gray
$border.BorderThickness = 1 $border.BorderThickness = 1
$border.CornerRadius = 5 $border.CornerRadius = 5