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 12 years ago
parent
commit
38e0061e0c
  1. 2
      ILSpy/Controls/SearchBoxStyle.xaml

2
ILSpy/Controls/SearchBoxStyle.xaml

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

Loading…
Cancel
Save