We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 462ba21 + d71d188 commit 387c550Copy full SHA for 387c550
Flow.Launcher/MainWindow.xaml
@@ -1,4 +1,4 @@
1
-<Window x:Class="Flow.Launcher.MainWindow"
+<Window x:Class="Flow.Launcher.MainWindow"
2
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4
xmlns:flowlauncher="clr-namespace:Flow.Launcher"
@@ -93,7 +93,7 @@
93
</ContextMenu>
94
</TextBox.ContextMenu>
95
</TextBox>
96
- <svgc:SvgControl Source="{Binding Image}" HorizontalAlignment="Right" Width="48" Height="48"
+ <svgc:SvgControl Source="{Binding Image}" HorizontalAlignment="Right" Width="42" Height="42"
97
Background="Transparent"/>
98
</Grid>
99
<Line x:Name="ProgressBar" HorizontalAlignment="Right"
0 commit comments