formatting

This commit is contained in:
Jeremy Wu 2022-10-20 21:37:56 +11:00 committed by GitHub
parent bcaa25ae03
commit 00d95023cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();
}