diff --git a/Flow.Launcher.Core/MessageBoxEx.xaml b/Flow.Launcher.Core/MessageBoxEx.xaml index 10326c687..fff107a68 100644 --- a/Flow.Launcher.Core/MessageBoxEx.xaml +++ b/Flow.Launcher.Core/MessageBoxEx.xaml @@ -75,7 +75,7 @@ Grid.Column="0" Width="18" Height="18" - Margin="0 0 0 0" + Margin="0 0 10 0" HorizontalAlignment="Left" VerticalAlignment="Center" RenderOptions.BitmapScalingMode="Fant" @@ -85,7 +85,7 @@ x:Name="TitleTextBlock" Grid.Column="1" MaxWidth="400" - Margin="10 0 26 0" + Margin="0 0 26 0" VerticalAlignment="Center" FontFamily="Segoe UI" FontSize="20" @@ -112,7 +112,8 @@ VerticalAlignment="Center" FontSize="14" TextAlignment="Left" - TextWrapping="Wrap" /> + TextWrapping="Wrap" + Visibility="Collapsed" />