-
Notifications
You must be signed in to change notification settings - Fork 636
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
Add Pause Splash Screen Tooltip and Run Preview Tooltip #13904
Add Pause Splash Screen Tooltip and Run Preview Tooltip #13904
Conversation
Does this work with localized strings? Can you test that as well? |
Do you mean when the tooltip is localized? |
No I mean when the preference option is localized, I saw some examples where when localized the location of the question mark will not change while the string is now longer than it is in English. |
Gotcha, do you recall which ones? I guess for @jesusalvino Please just sanity check other languages to see if the position is good |
German / de-DE |
@Jingyi-Wen Looks like there is extra space between the label name and the icon. Probably reduce that a little? Also the icon is not center-aligned vertically in some cases. |
Make sense, let's get this in now for 2.18 and work within team in bug bashes to see what needs to be adjusted |
Good catch! We definitely should have them center-aligned vertically. And agree with reducing the space, the icon next to the Max Number of Recent Files text box is a good reference |
Purpose
Implementing the improvement https://jira.autodesk.com/browse/DYN-5721
Declarations
Check these if you believe they are true
*.resx
filesReviewers
@QilongTang
FYIs
@RobertGlobant20
@Enzo707