Re-Position your Progressbars for Mac OS 10.10

Mac OS 10.10 is approaching… With this new version, ProgressBars are a bit different (only a few pixels high).

If you’re not (yet?) running the 10.10 beta but want make sure you’re App looks nice, check if the App is running on Mac OS 10.10 and decrease all ProgessBar.Top by 4 Pixels.

I’m not sure if Xojo will handle this on its own in a future version but it’s a bit difficult to handle this by an automatic.

Actually, you could subclass the progress bar and have it change the height only on 10.10 (using some declares) in the open event.