Skip to content

Commit

Permalink
Set default control for focus onload FavoritesDialog (stevencohn#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencohn authored and weissm committed Jul 29, 2024
1 parent d36f39b commit 44bb037
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OneMore/Commands/Favorites/FavoritesDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ public FavoritesDialog()
nameColumn.HeaderText = Resx.word_Name;
locationColumn.HeaderText = Resx.FavoritesSheet_locationColumn_HeaderText;
}

DefaultControl = searchBox;
}


Expand Down

0 comments on commit 44bb037

Please sign in to comment.