Adds decimal digits to volume slider tooltip #356

Merged
shohallan merged 2 commits from patch-1 into main 2023-05-03 20:59:24 -04:00
shohallan commented 2023-05-03 19:55:38 -04:00 (Migrated from github.com)

Modifies the volume slider tooltip so that:
-If the volume slider falls below 10%, the volume tooltip will display one decimal digit of precision (e.g. 3.4%).
-Else if the volume slider falls below 1%, display one decimal digit of precision (e.g. 0.34%).
-Otherwise display the volume slider tooltip as normal.

This helps show changes in volume between 0% and 10% where a change in volume isn't shown in the UI but is heard (especially when the "Limit volume control to 100%" option is unchecked in the "Output" Preferences submenu.

Modifies the volume slider tooltip so that: -If the volume slider falls below 10%, the volume tooltip will display one decimal digit of precision (e.g. 3.4%). -Else if the volume slider falls below 1%, display one decimal digit of precision (e.g. 0.34%). -Otherwise display the volume slider tooltip as normal. This helps show changes in volume between 0% and 10% where a change in volume isn't shown in the UI but is heard (especially when the "Limit volume control to 100%" option is unchecked in the "Output" Preferences submenu.
kode54 commented 2023-05-03 20:22:02 -04:00 (Migrated from github.com)

I will squash and merge when this validates.

I will squash and merge when this validates.
shohallan commented 2023-05-03 22:04:46 -04:00 (Migrated from github.com)

Oh, I defined it out of scope. Thanks for fixing it!

Oh, I defined it out of scope. Thanks for fixing it!
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: chris/Cog#356
No description provided.