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.
1 parent e068104 commit 88d1236Copy full SHA for 88d1236
Flow.Launcher/MainWindow.xaml.cs
@@ -991,7 +991,7 @@ private double VerticalCenter(MonitorInfo screen)
991
{
992
var dip1 = Win32Helper.TransformPixelsToDIP(this, 0, screen.WorkingArea.Y);
993
var dip2 = Win32Helper.TransformPixelsToDIP(this, 0, screen.WorkingArea.Height);
994
- var top = (dip2.Y - QueryTextBox.ActualHeight) / 4 + dip1.Y;
+ var top = (dip2.Y - ActualHeight) / 2 + dip1.Y;
995
return top;
996
}
997
0 commit comments