Browse Source

fix: fix toggleswitch knob part name in fluent template.

pull/9198/head
rabbitism 4 years ago
parent
commit
949cebed1a
  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