Skip to content

Commit

Permalink
toggleswitch fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kikipoulet committed Oct 3, 2024
1 parent 8b3d110 commit 827cf1c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions SukiUI/Theme/ToggleSwitchStyles.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,16 +213,7 @@
</Style>


<Style Selector="ToggleSwitch:pressed[IsChecked=False] /template/ Border#SwitchKnob">
<Setter Property="Width" Value="22" />

</Style>

<Style Selector="ToggleSwitch:pressed[IsChecked=True] /template/ Border#SwitchKnob">

<Setter Property="Canvas.Left" Value="16" />
<Setter Property="Width" Value="22" />
</Style>



<!-- <Style Selector="ToggleSwitch:checked /template/ Border#SwitchBackground">
Expand Down

0 comments on commit 827cf1c

Please sign in to comment.