Skip to content

Commit

Permalink
Replace search label with icon
Browse files Browse the repository at this point in the history
One less thing for people to translate
  • Loading branch information
Wufflez committed Sep 21, 2021
1 parent 3925763 commit 622ad2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Loki/Loki.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<None Remove="Resources\clock-16.ico" />
<None Remove="Resources\hammer.png" />
<None Remove="Resources\loki.ico" />
<None Remove="Resources\magnifier.png" />
<None Remove="Resources\skull.png" />
<None Remove="Resources\tag-32.png" />
<None Remove="Resources\target.png" />
Expand All @@ -46,6 +47,7 @@
<Resource Include="Resources\clock-16.ico" />
<Resource Include="Resources\hammer.png" />
<Resource Include="Resources\loki.ico" />
<Resource Include="Resources\magnifier.png" />
<Resource Include="Resources\skull.png" />
<Resource Include="Resources\tag-32.png" />
<Resource Include="Resources\target.png" />
Expand Down
4 changes: 2 additions & 2 deletions Loki/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,10 @@
<!-- Item Filter -->
<Grid Grid.Row="0" Margin="0,4,4,0">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto"></ColumnDefinition>
<ColumnDefinition Width="24" />
<ColumnDefinition/>
</Grid.ColumnDefinitions>
<Label Grid.Column="0" FontSize="10">Search:</Label>
<Image Grid.Column="0" Source="Resources/magnifier.png" Stretch="Uniform" Height="16" Width="16"/>
<TextBox Grid.Column="1" BorderBrush="DarkGray" BorderThickness="1" Padding="2,0,2,0"
x:Name="ItemSearch" VerticalContentAlignment="Center" TextChanged="itemSearch_TextChanged" />

Expand Down
Binary file added Loki/Resources/magnifier.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 622ad2a

Please sign in to comment.