Skip to content

Commit 6678852

Browse files
committed
Fix margin clipping image
1 parent 1aa641c commit 6678852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Core/UI/Controls/SearchBox.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<Button Name="SearchButton" Grid.Column="1" Command="{Binding ClearSearchCommand}"
4949
BorderBrush="{x:Static SystemColors.ControlLightBrush}"
5050
Background="Transparent"
51-
Width="20" Height="20" Padding="0" Margin="0,1"
51+
Width="20" Height="20" Padding="0"
5252
xmlns:sys="clr-namespace:System;assembly=mscorlib">
5353
<Button.Resources>
5454
<converters:SearchImageSourceConverter x:Key="SearchToIcon" />

0 commit comments

Comments
 (0)