How can I adjust the tooltip font size? #892
Unanswered
thadguidry
asked this question in
Q&A
Replies: 1 comment
-
|
DearImGui code is only used for Sassy Scope and Ildaeil module UIs. This would need a change of how the Rack engine renders (and configures) the tool-tips. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using standalone Cardinal.
I really could use a larger tooltip size, especially while hovering over modules in the module browser. But also throughout Cardinal standalone.
I looked in
native.jsonand only saw"tooltips": true.I was hoping for something like a
"tooltipsZoom": [0..400]???It does look like popups or tooltips can utilize ui scaling as shown in Sassy Scope? but Cardinal Standalone doesn't handle this currently?
Cardinal/plugins/Cardinal/src/sassy/sassy_scope.cpp
Lines 509 to 510 in 959356f
Cardinal/plugins/Cardinal/src/DearImGui/imgui.h
Lines 663 to 668 in 959356f
Beta Was this translation helpful? Give feedback.
All reactions