Changing width of TextEditor in TextPropertyComponent

Any ideas? I’m been through the look and feel stuff, but I can’t seem to change the width of the text editor in a TextPropertyComponent. I can resize the width of the labels on the left, but that only pushes them under the text editor.

I guess it’s probably just as easy to create my own property component!

I’d like to know exactly this. I need a longer component name, but I can’t set it as the editor wipes over the text box.
Can anyone please tell me where the test editor box size is set for this?

OK it’s getPropertyComponentContentPosition but you have to make sure it’s not calling another LookAndFeel instead!! :slight_smile:

1 Like