-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Notebook toolbar resizes when the "Go to running cell" button appears #141486
Comments
Basically by design, a shorter label for "Go to Running Cell" would help. Would just "Go To" (with the full label in tooltip) and with the spinning icon be clear? Any other ideas to mitigate it @rebornix |
I think the spinning icon is a good enough indicator. Even if we address the issue with "Go To", it might happen in languages with a longer translated label. |
Are you saying the button shouldn't have a label in the toolbar? |
Oh no, I meant to say that the current solution is good enough. |
Testing #141223
notebook.globalToolbarShowLabel
todynamic
I don't know what the best solution for this would be, if there's any 😔 Since a new icon + label are added to the toolbar when running a cell, this issue is bound to happen for window dimensions that straddle the line between labels being displayed and hidden (and that's not even considering translations).
toolbar_smaller.mp4
The text was updated successfully, but these errors were encountered: