Update MainWindow.xaml to include a name and focus properties for the root grid, enhancing accessibility and usability.

This commit is contained in:
2026-02-22 12:17:03 -05:00
parent 6aa49c0b07
commit 4902802615

View File

@@ -13,7 +13,7 @@
<MicaBackdrop /> <MicaBackdrop />
</Window.SystemBackdrop> </Window.SystemBackdrop>
<Grid> <Grid x:Name="RootGrid" Focusable="True" TabIndex="0">
<Grid.ColumnDefinitions> <Grid.ColumnDefinitions>
<ColumnDefinition Width="200"/> <ColumnDefinition Width="200"/>
<ColumnDefinition Width="*"/> <ColumnDefinition Width="*"/>