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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Themes.Fluent/Controls/ToggleSwitch.xaml
|
|
@ -135,7 +135,7 @@ |
|
|
</Style> |
|
|
</Style> |
|
|
|
|
|
|
|
|
<!-- NormalState --> |
|
|
<!-- NormalState --> |
|
|
<Style Selector="^:not(:dragging) /template/ Grid#MovingKnobs"> |
|
|
<Style Selector="^:not(:dragging) /template/ Grid#PART_MovingKnobs"> |
|
|
<Setter Property="Transitions"> |
|
|
<Setter Property="Transitions"> |
|
|
<Transitions> |
|
|
<Transitions> |
|
|
<DoubleTransition |
|
|
<DoubleTransition |
|
|
|