Skip to content

Commit

Permalink
fix: WindowChrome should not be a tab stop
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Apr 15, 2024
1 parent 05b5b4a commit 79a6a57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Uno.UI/UI/Xaml/Window/WindowChrome.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ public WindowChrome(Microsoft.UI.Xaml.Window parent)
VerticalAlignment = Microsoft.UI.Xaml.VerticalAlignment.Stretch;
HorizontalContentAlignment = Microsoft.UI.Xaml.HorizontalAlignment.Stretch;
VerticalContentAlignment = Microsoft.UI.Xaml.VerticalAlignment.Stretch;

IsTabStop = false;
}
}

0 comments on commit 79a6a57

Please sign in to comment.