-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve the audio bus editor appearance #49130
Improve the audio bus editor appearance #49130
Conversation
- Use the editor font color for notch lines and text instead of a more contrasted color. - Reuse the editor theme's tooltip styling and apply it on theme change. - Make the preview label display an explicit `+` sign for positive values. - Prevent a zero value from displaying as `-0.0 dB` instead of `0.0 dB`. - Scale notch lines on hiDPI displays.
What did it look before? |
I added a "before" comparison image to OP 🙂 Changes are mainly noticeable on hiDPI displays or when using the light theme. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved based on the appearance of the before screenshot and the after screenshot.
The lighter font is weird.
+1 on the plus sign and the canonical 0 representation. I wonder if canonical 0 display can be moved up an abstraction.
Did not QA.
Thanks! |
Cherry-picked for 3.4. |
Follow-up to #32020.
+
sign for positive values.-0.0 dB
instead of0.0 dB
.Preview