From 87c252166fe3cc7a39da72dbeaa9e73acd5cb44a Mon Sep 17 00:00:00 2001 From: MyDrift Date: Sat, 4 May 2024 10:49:36 +0200 Subject: [PATCH] Change layout of toggles Change the layout of the toggles to first show toggles and then the content (text). - testet, works --- functions/private/Get-TabXaml.ps1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/functions/private/Get-TabXaml.ps1 b/functions/private/Get-TabXaml.ps1 index a420e344..c4bccb9e 100644 --- a/functions/private/Get-TabXaml.ps1 +++ b/functions/private/Get-TabXaml.ps1 @@ -91,8 +91,9 @@ function Get-TabXaml { } $appInfo = $organizedData[$panel][$category][$appName] if ("Toggle" -eq $appInfo.Type) { - $blockXml += "`n`n" + $blockXml += "`n" + $blockXml += "`n" + $blockXml += "`n" } elseif ("Combobox" -eq $appInfo.Type) { $blockXml += "`n