How to increase the size of SLabelView #798
Unanswered
we-wake-act21
asked this question in
General
Replies: 1 comment 1 reply
-
On a first glance this doesn't seem easy to be easy to do, but maybe I'm missing something. I haven't tried it but it could work to do the following in a customized
Note however that this could get problematic if Sprotty layouters are invovled, as it messes with the sizes during the first hidden rendering pass. Another approach may be to use a custom layouter that scales the label according to the container size. Yet another approach could be to use a postprocessor. Sorry that I can't give a more concrete suggestion. I didn't have this requirement yet and would have to try a few things myself. |
Beta Was this translation helpful? Give feedback.
1 reply
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 want to set the size for the SLabelView to be equal to the Node (RectangularNodeView). Is there a way to implement this?
Beta Was this translation helpful? Give feedback.
All reactions