jaredks / rumps

Ridiculously Uncomplicated macOS Python Statusbar apps
BSD 3-Clause "New" or "Revised" License
3.09k stars 179 forks source link

Improve aesthetics of sliders #193

Closed SKaplanOfficial closed 1 year ago

SKaplanOfficial commented 1 year ago

Sliders currently get cut off at the top and bottom, and they are too close to the edge of the menu. I've fixed this by encompassing sliders in another view and centering them within it.

Before:

Screenshot 2022-12-06 at 20 15 29 Screenshot 2022-12-06 at 20 27 21

After:

Screenshot 2022-12-06 at 20 17 20 Screenshot 2022-12-06 at 20 24 31
SKaplanOfficial commented 1 year ago

@daredoes Can you review this when you get a chance? Thanks!