Skip to content
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

WindowStartupLocation does not show window on expected position #1868

Closed
ficnar opened this issue Sep 7, 2018 · 3 comments
Closed

WindowStartupLocation does not show window on expected position #1868

ficnar opened this issue Sep 7, 2018 · 3 comments
Labels
Milestone

Comments

@ficnar
Copy link

ficnar commented Sep 7, 2018

Using WindowStartupLocation property not show window on expected position.
Tested on 0.6.2-build6147-beta

On Windows:
CenterOwner - show window top-left from the expected position
CenterScreen - OK

On Linux:
CenterOwner - show window bottom-right from the expected position
CenterScreen - show window bottom-right from the expected position

On Mac OSX:
CenterOwner - show window on static position independently on owner position, horizontally centered to screen, vertically top of center screen
CenterScreen - OK

@na2axl
Copy link

na2axl commented Dec 10, 2018

For me (on Linux) CenterScreen uses as origin the top-left corner of the window :

image

@kekekeks kekekeks added this to the 0.8.0 milestone Dec 10, 2018
@grokys grokys added the bug label Mar 2, 2019
@grokys
Copy link
Member

grokys commented Mar 2, 2019

Should have been fixed by #2250. Please let me know if not.

@grokys grokys closed this as completed Mar 2, 2019
@ficnar
Copy link
Author

ficnar commented Mar 4, 2019

@grokys With night build 0.7.1-cibuild0001581-beta now work properly:
Windows: - all is OK
Linux: - center to screen is OK, center to parent is a little bit top-left from expected position, but it is OK
OSX: center to screen is OK, center to parent is a litle bit top-right from expected position, but it is OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants