We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa641c commit 6678852Copy full SHA for 6678852
Rubberduck.Core/UI/Controls/SearchBox.xaml
@@ -48,7 +48,7 @@
48
<Button Name="SearchButton" Grid.Column="1" Command="{Binding ClearSearchCommand}"
49
BorderBrush="{x:Static SystemColors.ControlLightBrush}"
50
Background="Transparent"
51
- Width="20" Height="20" Padding="0" Margin="0,1"
+ Width="20" Height="20" Padding="0"
52
xmlns:sys="clr-namespace:System;assembly=mscorlib">
53
<Button.Resources>
54
<converters:SearchImageSourceConverter x:Key="SearchToIcon" />
0 commit comments