I’m using the Data-Shapes package to create a UI and my logo appears to be very small with low resolution. I would like it to be bigger with better quality. Is there a way to fix it?
Thanks in advance
I’m using the Data-Shapes package to create a UI and my logo appears to be very small with low resolution. I would like it to be bigger with better quality. Is there a way to fix it?
Thanks in advance
One way to resize is edit the code of the UI.MultipleInputForm ++ node and change the ratio factor in the line of code below. Increase the number to make it bigger. For better quaility, you will probably have to edit the jpg with paint or some type of editor.
Changing the ratio factor solved it for me! Thanks!