Closed itsvic-dev closed 3 years ago
Here you need to calculate the width occupied by the dock, Merge it to the main branch first
Here you need to calculate the width occupied by the dock
This might give us some issues, as Screen.desktopAvailableWidth
is checking the available width for all screens.
This should be helpful:
I see. I don't have a dual screen right now, but I'll do something about it
Of course, this also presents an issue with screens on top of the primary display. We fixed it on one axis (width), but we still have an issue on the other axis (height). This is sadly unavoidable unless we can somehow get the Dock to report it's current mode, width, and height.
Closes #7.