« Return to Thread: Please change the 2.4.0 input field's resize behaviour

Re: Please change the 2.4.0 input field's resize behaviour

by Anthony Catel-2 :: Rate this Message:

Reply to Author | View in Thread

You can change the number of lines displayed on /pidgin/gtkconv.c line :
4388/4389

/* Show a maximum of 4 lines */
lines = MIN(lines, 4);
wrapped_lines = MIN(MAX(wrapped_lines, 2), 4);

Mark Scott a e'crit :

> Hi,
>
> I find that the change introduced in 2.4.0 to the input field's resize
> behaviour makes using Pidgin very, very awkward indeed.  I regularly
> send multi-line messages and being able to see the outgoing message in
> its entirety is a desirable feature for me.  Frankly, I'm struggling to
> see any benefit at all for users in the new implementation.
>
> I'd like to request that this particular change be reverted or that the
> resize behaviour be made configurable.  I'm rolling back to 2.3.1 and
> won't be upgrading again unless/until the previous implementation is
> available once more.
>
> Thanks for all the work on Pidgin.
>
>  

_______________________________________________
Support mailing list
Support@...
http://pidgin.im/cgi-bin/mailman/listinfo/support

 « Return to Thread: Please change the 2.4.0 input field's resize behaviour