Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Simnico99 committed Jan 20, 2023
1 parent e525934 commit 1853fd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MicaWPF/Controls/RichSelectableLabel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
namespace MicaWPF.Controls;

/// <summary>
/// Label based on <see cref="System.Windows.Controls.RichTextBox"/> to allow it to be selectable, multilines and multiple colors.
/// Label based on <see cref="RichTextBox"/> to allow it to be selectable, multilines and multiple colors.
/// </summary>
[ToolboxItem(true)]
public class RichSelectableLabel : System.Windows.Controls.RichTextBox
public class RichSelectableLabel : RichTextBox
{
}

0 comments on commit 1853fd8

Please sign in to comment.