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

task bar position is calculated wrong on multi screen setups #9

Closed
pixtron opened this issue Nov 14, 2019 · 0 comments
Closed

task bar position is calculated wrong on multi screen setups #9

pixtron opened this issue Nov 14, 2019 · 0 comments

Comments

@pixtron
Copy link
Owner

pixtron commented Nov 14, 2019

{
workArea: { x: 0, y: -745, width: 1024, height: 745 },
screenBounds: { x: 0, y: -768, width: 1024, height: 768 }
}

Result should be top but is bottom

{
workArea: { x: 1024, y: -50, width: 1024, height: 745 },
screenBounds: { x: 1024, y: -73, width: 1024, height: 768 }
}

Result should be top but is left

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

No branches or pull requests

1 participant