Browse Source

Merge pull request #453 from linquize/search-box-icon

Search Box: Make sure the whole search icon is displayed
pull/433/merge
Daniel Grunwald 11 years ago
parent
commit
38e0061e0c
  1. 2
      ILSpy/Controls/SearchBoxStyle.xaml

2
ILSpy/Controls/SearchBoxStyle.xaml

@ -40,8 +40,6 @@ @@ -40,8 +40,6 @@
<Image x:Name="SearchIcon"
Cursor="Arrow"
Stretch="None"
Width="12"
Height="12"
HorizontalAlignment="Center"
VerticalAlignment="Center"
ToolTip="Search"

Loading…
Cancel
Save