-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
[Feature Request] Additional Tooltips #72
Comments
It is intentional yes. Tooltips these days function as giving additional information that wouldn't be obvious by itself. For example: When hovering over a title element that allows a double-click-to-edit functionality, it is something a lot of people won't guess. There needs at least some visual to show up that indicates at the possibility of this feature. One could show a small pencil next to the text as a visual cue. I personally enjoy a "double click to edit" tooltip to indicate this, because it's easier to implement and doesn't move the element itself in size, as opposed to showing an icon next to it, which will grow the element and shift all the elements around it, which isn't satisfying to look at. The icons you are pointing to in the canvas are intentionally left without any tooltips, as these are common meanings for people these days. We all know these three icons represent Thanks for bringing it up anyways, always appreciated! |
Ah I see, I imagined this might be the case. Thanks for the quick response! |
Hi, I just noticed that the buttons for help, export and paper info have no tooltips.
I don't know if this was intentional but I thought it might be worth adding since all the other buttons have tooltips. I don't mind implementing this too if you are ok with that. The program is great so far by the way!
The text was updated successfully, but these errors were encountered: