Skip to content

Commit d71d188

Browse files
committed
reduce magnifying glass icon size
1 parent 72be2bc commit d71d188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/MainWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Window x:Class="Flow.Launcher.MainWindow"
1+
<Window x:Class="Flow.Launcher.MainWindow"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:flowlauncher="clr-namespace:Flow.Launcher"
@@ -93,7 +93,7 @@
9393
</ContextMenu>
9494
</TextBox.ContextMenu>
9595
</TextBox>
96-
<svgc:SvgControl Source="{Binding Image}" HorizontalAlignment="Right" Width="48" Height="48"
96+
<svgc:SvgControl Source="{Binding Image}" HorizontalAlignment="Right" Width="42" Height="42"
9797
Background="Transparent"/>
9898
</Grid>
9999
<Line x:Name="ProgressBar" HorizontalAlignment="Right"

0 commit comments

Comments
 (0)