-
Notifications
You must be signed in to change notification settings - Fork 228
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 tooltips for truncated long labels in config dialog #893
base: master
Are you sure you want to change the base?
Conversation
I wasn't sure exactly what kind of change was caused by this PR. |
In my Linux environment, Settings > View > Hold Best Moves To Sgf is shown as "Hold Best Moves To ..." actually. This patch shows tooltips by mouse hover on such truncated labels. (maybe needless for Windows) |
Thank you for letting me know. |
It's nice to see the popup display forever while you hover your mouse over it, but is it possible to change that? |
thank you very much. |
Additional feature: You can specify different tooltips as the texts after (example 1) in
(example 2: decoration)
|
Is there a way to display multiple lines if the description is quite long? |
See the above example 2 for multi-line tooltips. Add the following line into kaorahi/lizzie@6b9e5a44 to show the tooltips immediately.
|
I was able to confirm that the popup was displayed quickly. Just adding 6e4eeaf doesn't make the long description multiple lines, is there anything else I need to do? |
6e4eeaf is a code to display the sentence after "\ n" as a tooltip, isn't it? It seems that it is possible to make multiple lines by writing as in Example 2 above, but with this method, it seems that it is necessary to specify for each description. |
Hmm, I don't like to pay too much efforts for it... (example 3: word wrap)
|
I'm sorry to have requested many things. |
Have you tried the above example 3? It is an example of automatic line breaks in the given width. Or, you can simply insert (example 4: manual line breaks without decoration)
|
Thank you for the additional information. |
workaround for unreadable labels, e.g. #892