cyberos / cyber-launcher

Application Launcher
GNU General Public License v3.0
0 stars 0 forks source link

Fix issue #7 #8

Closed itsvic-dev closed 3 years ago

itsvic-dev commented 3 years ago

Closes #7.

reionwong commented 3 years ago

Screenshot from 2021-02-15 20-35-55

reionwong commented 3 years ago

Here you need to calculate the width occupied by the dock, Merge it to the main branch first

itsvic-dev commented 3 years ago

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: image

reionwong commented 3 years ago

I see. I don't have a dual screen right now, but I'll do something about it

itsvic-dev commented 3 years ago

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.