Skip to content

Commit

Permalink
Set default control for focus onload FavoritesDialog (#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencohn authored Jul 21, 2024
1 parent b3d903a commit 2387b7b
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 2387b7b

Please sign in to comment.