Browse Source
Fix comment for TransitioningContentControl which uses whatever default theme is loaded
Co-authored-by: Max Katz <maxkatz6@outlook.com>
pull/8653/head
robloo
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.ReactiveUI/TransitioningContentControl.cs
|
|
|
@ -57,7 +57,7 @@ namespace Avalonia.ReactiveUI |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// TransitioningContentControl uses the default ContentControl
|
|
|
|
/// template from Avalonia simple theme.
|
|
|
|
/// template from Avalonia default theme.
|
|
|
|
/// </summary>
|
|
|
|
Type IStyleable.StyleKey => typeof(ContentControl); |
|
|
|
|
|
|
|
|