Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #86 from github/fix-license-gitignore-filtering
Browse files Browse the repository at this point in the history
Default to "Name" field for combo box filtering
  • Loading branch information
shana committed Sep 16, 2015
2 parents 51572c2 + 3ee3d85 commit 7291acb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
<Setter Property="IsEditable" Value="false"/>
<Setter Property="Template" Value="{StaticResource FilterComboBoxTemplate}"/>
<Setter Property="ItemContainerStyle" Value="{StaticResource GitHubComboBoxItem}" />
<Setter Property="TextSearch.TextPath" Value="Name" />
</Style>

</ResourceDictionary>

0 comments on commit 7291acb

Please sign in to comment.