From 00d95023ccf3f9eb040f4e26559ecfdfd6a437fa Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Thu, 20 Oct 2022 21:37:56 +1100 Subject: [PATCH] formatting --- Flow.Launcher/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher/MainWindow.xaml.cs b/Flow.Launcher/MainWindow.xaml.cs index d605cf9c9..fe6c119e1 100644 --- a/Flow.Launcher/MainWindow.xaml.cs +++ b/Flow.Launcher/MainWindow.xaml.cs @@ -320,7 +320,7 @@ namespace Flow.Launcher private async void PositionReset() { _viewModel.Show(); - await Task.Delay(300); // If don't give a time, Positioning will be weired. + await Task.Delay(300); // If don't give a time, Positioning will be weird. Left = HorizonCenter(); Top = VerticalCenter(); }