-
Notifications
You must be signed in to change notification settings - Fork 8.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initialPosition doesn't use coordinates properly #4246
Comments
BTW, where is Thanks.. |
That looks suspiciously like the 7px shadow cast off the edge of the window 😉 |
I'm also urgently looking for finally being able to set it pixel-perfect at Also specifing the width and height in pixels instead of columns and rows would be helpful for compensating the lack of being able to start docked to the left half of my monitor. |
|
Thanks, @DHowett, I know. I was refering to the width and height in my second sentence. Regarding the bug, I'm fighting these "wrong" positions and dimensions since years. |
Having problems with this as well. |
I ended up installing "Display Fusion" (paid version) and added a rule to automatically and pixel-perfect position the Windows Terminal window upon start. |
🎉This issue was addressed in #10902, which has now been successfully released as Handy links: |
🎉This issue was addressed in #10902, which has now been successfully released as Handy links: |
Environment
Steps to reproduce
Set
initialPosition
to 0,0 using one monitor.Expected behavior
Terminal launches in the top left corner of the screen.
Actual behavior
Terminal launches in the top, but not in the left corner exactly.
![image](https://user-images.githubusercontent.com/48369326/72462108-25a57580-3785-11ea-8e74-17a9ea9e69ef.png)
The text was updated successfully, but these errors were encountered: