helloSystem / Utilities

Utilities written in PyQt5, meant for use with helloSystem
BSD 2-Clause "Simplified" License
28 stars 29 forks source link

Volume: Make slider appear in the correct place #65

Closed probonopd closed 3 years ago

probonopd commented 3 years ago

Volume: Make slider appear in the correct place. Right now it appears too far on the right if you have additional upper-right-hand-side icons in the menu.

https://github.com/helloSystem/Utilities/blob/714c12cb69209f24e7ddc6571ee322b9d29b2d0b/System/Volume.app/Volume#L169-L173

may need to use QCursor.pos()

like in https://github.com/anaynayak/buildnotify/pull/194/files

kettle-7 commented 3 years ago

Same issue as Network.app

probonopd commented 3 years ago

Exactly.