mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-01-16 01:40:35 -06:00
fix toggle style
This commit is contained in:
parent
ec4cb1d520
commit
bb39be794b
@ -188,6 +188,7 @@ function Invoke-WinUtilUIElements {
|
|||||||
$checkBox.HorizontalAlignment = "Right"
|
$checkBox.HorizontalAlignment = "Right"
|
||||||
$checkBox.FontSize = 14
|
$checkBox.FontSize = 14
|
||||||
$dockPanel.Children.Add($checkBox) | Out-Null
|
$dockPanel.Children.Add($checkBox) | Out-Null
|
||||||
|
$checkBox.Style = $window.FindResource("ColorfulToggleSwitchStyle")
|
||||||
|
|
||||||
$label = New-Object Windows.Controls.Label
|
$label = New-Object Windows.Controls.Label
|
||||||
$label.Content = $appInfo.Content
|
$label.Content = $appInfo.Content
|
||||||
|
Loading…
Reference in New Issue
Block a user