Skip to content
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

Entering values onto nodes: input not aligned with field provided. #24

Closed
oregon-tony opened this issue May 30, 2017 · 2 comments
Closed

Comments

@oregon-tony
Copy link

When you create a string or Int node and try to add a value in the node, the characters you type are not aligned with the actual input field provided. The input characters are showing up "above" the actual input field. See attached screen shot.
2017-05-29_21-55-57

@k-eks
Copy link

k-eks commented May 30, 2017

When you click on "Settings" (the wrench in the toolbar), look for the "Node Graph Render Settings", there you find the setting "Node Font Offset" to correct for this.
screen shot 2017-05-30 at 08 56 54

@JLuebben
Copy link
Owner

Currently, the option above is the only way to get a decently looking graph representation.
There seems to be a lot of magic happing which influence the actual size of a font on the screen. And every OS seems to be doing this magic a little bit differently. I tried hard-code presets for all operating systems but once I realized that my Windows tablet does things totally different than my Windows desktop, I decided to put that part into the hands of the users.

If you know a way to query the information necessary to do this automatically from the OS, please let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants