-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Use a set width for speed label in status bar #22511
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
base: master
Are you sure you want to change the base?
Conversation
Are you sure it will look good with any translation? (I have come across software many times that had problems with Russian translation due to fixed UI elements.) |
So I would still not set a fixed width, but only increase the minimum one. |
A more advanced solution could be to change the minimum width each time the width increases (i.e., only allow it to grow until it reaches the maximum required width). |
I don't think the translation is an issue as I checked I also checked The |
Do you believe I dislike |
|
Another solution to the problem is to use speed formatting with reduced width spread, in a similar way as it is done to display the speed in the macOS dock icon. |
IMO, this approach is the best. If necessary, the width will increase to the necessary limit and remain fixed. The initial (minimum) width can be left as it is now. |
Closes #9343.
xRef: #17538 & #12907