steventheworker / DockAltTab

Window preview app for MacOS (on the dock) using AltTab.
https://DockAltTab.netlify.app
GNU General Public License v3.0
90 stars 4 forks source link

Preview image not centered #13

Closed Moolynx closed 1 year ago

Moolynx commented 1 year ago

I noticed the preview image is not centered above the dock icon and the border is overlapping the dock. Is there any option to adjust this? Thanks. Screenshot 2022-12-17 at 20 04 58 Screenshot 2022-12-17 at 20 05 03

steventheworker commented 1 year ago

Currently previews are set to go to mouse.x coordinate - 2 dock icon widths (assuming the preview is 4x the width of a dock icon). This'll probably addressed in the same update that stops clipping previews at the end of the monitor width (>= 3 previews on dock icons closer to the end of the screen causes this)     --which I consider more important.

steventheworker commented 1 year ago

I actually decided to fix the centering before the clipping after all. Update to v2.8 and to the latest scriptable AltTab and it will work 👍