Using English.lng file, I moved some of the fields to suit my personal preferences and because newer movies tend to have a busload of producers, I decided I wanted a longer Producer field, so I moved it below the Actors:
My issue is, though, I made the field this long by using a stupidly large value for EProducer.Width and, of course, it stays that long if I enable Extras or do not use fullscreen view. I'd like the field to automatically extend (or shorten) to wherever the border on the right is like some other fields do (EOriginalTitle etc.). Any suggestions?
Additionally, I'd like this field to span over two rows because the URL is entirely too long for my needs and some movies (like Terminator Salvation) have 20+ producers. Any way to do that other than compiling my own version of AMC (which I can't do)?
Can I make "Producer" field resizable?
I don't think it is possible to make the field stick to the right border, if I remember well that's one of the property that can't be modified via the translation tool.
For the multi-line, that's impossible without modifying the code of the program, sorry. It is a different component that is used for the simple text box (TEdit) and the multi-line one (TMemo).
For the multi-line, that's impossible without modifying the code of the program, sorry. It is a different component that is used for the simple text box (TEdit) and the multi-line one (TMemo).