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

Commit

Permalink
Removed Search for PelcoD
Browse files Browse the repository at this point in the history
  • Loading branch information
CShark committed Oct 18, 2021
1 parent 8711f16 commit b5966f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BetterMultiview/Plugins/PelcoD/SlotSettings.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
Height="26" d:DesignWidth="800">
<Grid>
<ComboBox ItemsSource="{Binding Presets, RelativeSource={RelativeSource Mode=FindAncestor, AncestorType=UserControl}}" DataContext="{Binding Settings}" SelectedItem="{Binding Preset}" IsTextSearchEnabled="True"
TextSearch.TextPath="Name" DisplayMemberPath="Name" x:Name="PelcoConfig" IsEditable="True"/>
TextSearch.TextPath="Name" DisplayMemberPath="Name" x:Name="PelcoConfig" IsEditable="False"/>
</Grid>
</plugins:SlotSettingsControl>

0 comments on commit b5966f8

Please sign in to comment.