Skip to content

Commit

Permalink
Merge pull request #5215 from retailcoder/next
Browse files Browse the repository at this point in the history
searchbox fix
  • Loading branch information
retailcoder committed Oct 13, 2019
2 parents 06b1501 + 1528e65 commit 6129710
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Rubberduck.Core/UI/Controls/SearchBox.xaml
Expand Up @@ -34,7 +34,7 @@
Background="{Binding Path=Background, ElementName=Root}"
Width="{Binding Path=ActualWidth, ElementName=ValueContainer}"
Height="{Binding Path=ActualHeight, ElementName=ValueContainer}"
Panel.ZIndex="1"
Panel.ZIndex="1" IsTabStop="False" IsReadOnly="True"
VerticalContentAlignment="Center"
Grid.Row="0" Grid.Column="0">
<TextBox.Style>
Expand All @@ -48,11 +48,6 @@
</Style.Triggers>
</Style>
</TextBox.Style>
<TextBox.InputBindings>
<KeyBinding Key="Esc"
Modifiers="Control"
Command="{Binding ClearSearchCommand}" />
</TextBox.InputBindings>
</TextBox>
<Button Name="SearchButton" Grid.Column="1" Command="{Binding ClearSearchCommand}"
BorderBrush="{x:Static SystemColors.ControlLightBrush}"
Expand Down

0 comments on commit 6129710

Please sign in to comment.