Page 1 of 1

Resizing Fields

Posted: 2012-03-27 06:03:53
by fulvio53s03
I would like to resize a field in main window: i tried changing my language file this way:

Code: Select all

EComments.Hint=|invio ricevuta
EComments.Visible=1
EComments.height=22
EComments.width=60
but only width parameter is useful and field's height doesn't change.
Is it possible tho change field height? how?
Thanks. ;)

Posted: 2012-03-27 08:50:27
by antp
The comments field is resized by code, when resizing the window, to share the remaining space with the description field, hence why the height is not kept.

Posted: 2012-03-27 09:11:11
by fulvio53s03
antp wrote:The comments field is resized by code, when resizing the window, to share the remaining space with the description field, hence why the height is not kept.
Well, I hoped new version could change this.... :ha:
Anyway, is this a problem about all fields?
The other hand, I saw it's easy to change field's width, isn't it?
Thanks.
:)

Posted: 2012-03-27 16:08:49
by antp
The only other field of which you could change the height is the actors field (for other ones, I do not see the point as they are not multiline). If you move other fields (by changing top & left values) it can be useful.

Posted: 2012-03-27 18:58:17
by fulvio53s03
Thanks, that's all.
:)