Skip to content

Commit

Permalink
Merge pull request #946 from kevfrench/titlebarbutton-accessibility
Browse files Browse the repository at this point in the history
Make TitleBarButton public to enable re-templating TitleBar.
  • Loading branch information
pomianowski authored Mar 13, 2024
2 parents abcf613 + fd8e743 commit 155cfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Wpf.Ui/Controls/TitleBar/TitleBarButton.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// ReSharper disable once CheckNamespace
namespace Wpf.Ui.Controls;

internal class TitleBarButton : Wpf.Ui.Controls.Button
public class TitleBarButton : Wpf.Ui.Controls.Button
{
/// <summary>
/// Property for <see cref="ButtonType"/>.
Expand Down

0 comments on commit 155cfd6

Please sign in to comment.