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
parent
commit
687b5f9ea0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.ReactiveUI/TransitioningContentControl.cs

2
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);

Loading…
Cancel
Save