How to increase the size of a tooltip and the text within it. #3947
Unanswered
StormingBullet
asked this question in
Q&A
Replies: 1 comment
-
I found a solution to this:
{
"css": ".geEditor div.mxTooltip {font-size: 20px}"
} Then save and restart. Also, if you need the dialog boxes bigger font then append another css rule: {
"css": ".geEditor div.mxTooltip {font-size: 20px} .geDialog { transform : translate(-50%, -50%) scale(1.2) } "
} Note: used the You can find these goodies if you poke around with the menu item: Help -> Open Developer Tools |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm really enjoying this application, but I'm having a big problem with visibility.
I'm using this application for simple scenario writing that summaries on shape and details in Data (ctrl+m).
The problem is that the size of the tooltips and font size within them are too small.
Is there any way to change this size?
Beta Was this translation helpful? Give feedback.
All reactions