-
Notifications
You must be signed in to change notification settings - Fork 538
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
Changes to fix indicator panel issue #337
Conversation
Have you tested the indicator with bulb mode? |
Signed-off-by: Luiz Bezerra <luiz.bezerra@ctw.bmwgroup.com>
Signed-off-by: Luiz Bezerra <luiz.bezerra@ctw.bmwgroup.com>
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.
I left a suggestion to remove a mock that has not being used. If you think it is important, I already approved the rest, if you realize that you can remove it, please remove and I will approve again.
Quality Gate passedIssues Measures |
User-Facing Changes
This PR addresses an issue with the font size on the Indicator Panel, where the font appeared too large and did not adjust properly when resizing the application window.
Description
It was caused by the new Electron
33.2.1
. It was needed to adapt the styles of Indicator component.Checklist