mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
formatting
This commit is contained in:
parent
bcaa25ae03
commit
00d95023cc
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ namespace Flow.Launcher
|
||||||
private async void PositionReset()
|
private async void PositionReset()
|
||||||
{
|
{
|
||||||
_viewModel.Show();
|
_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();
|
Left = HorizonCenter();
|
||||||
Top = VerticalCenter();
|
Top = VerticalCenter();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue