Browse Source

#758: set TextSearch.TextPath="Name"

pull/758/merge
Daniel Grunwald 9 years ago
parent
commit
ed851da0b7
  1. 1
      ILSpy/SearchPane.xaml

1
ILSpy/SearchPane.xaml

@ -21,6 +21,7 @@ @@ -21,6 +21,7 @@
<StackPanel Grid.Column="1" Grid.Row="0" Orientation="Horizontal">
<Label Margin="0,-1" Target="searchModeComboBox">_Search for:</Label>
<ComboBox Width="100" Name="searchModeComboBox" Margin="1"
TextSearch.TextPath="Name"
SelectionChanged="SearchModeComboBox_SelectionChanged">
<ComboBox.ItemTemplate>
<DataTemplate>

Loading…
Cancel
Save