Browse Source

Merge pull request #9198 from rabbitism/toggleswitch

fix: fix toggleswitch knob part name in fluent template.
pull/9200/head
Max Katz 4 years ago
committed by GitHub
parent
commit
911bf655b7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.Themes.Fluent/Controls/ToggleSwitch.xaml

2
src/Avalonia.Themes.Fluent/Controls/ToggleSwitch.xaml

@ -135,7 +135,7 @@
</Style>
<!-- NormalState -->
<Style Selector="^:not(:dragging) /template/ Grid#MovingKnobs">
<Style Selector="^:not(:dragging) /template/ Grid#PART_MovingKnobs">
<Setter Property="Transitions">
<Transitions>
<DoubleTransition

Loading…
Cancel
Save