Re: command line ?

2009-08-28 Thread Ole Jørgen Brønner
No, you're right, they don't. On Fri, 28 Aug 2009 09:06:54 +0200, Tuomo Valkonen tuo...@iki.fi wrote: On 2009-08-27, Ole Jørgen Brønner olejorg...@yahoo.no wrote: Not sure why SIZEPOLICY_FULL_BOUNDS is used in place of SIZEPOLICY_STRETCH_BOTTOM originally. I guess that could mean that the

Re: command line ?

2009-08-28 Thread Tuomo Valkonen
On 2009-08-28, Ole Jørgen Brønner olejorg...@yahoo.no wrote: No, you're right, they don't. If someone wants to work on this, here's what I after a very quick glance over the code (that it's been ages since I last looked into), think might be the plan: - In input_do_refit, we have to rqgeom

Re: command line ?

2009-08-27 Thread Tuomo Valkonen
On 2009-08-27, Piter_ x.pi...@gmail.com wrote: There is command line opened by F3 button. I wonder if its possible to move it up from the bottom of the screen. Thanks. Petro No, unless you write the necessary code. -- [Fashion] is usually a form of ugliness so intolerable that we have to

Re: command line ?

2009-08-27 Thread Ole Jørgen Brønner
Turns out this is quite easy to do. I just changed line 49 in mod_query/query.c from par.szplcy=SIZEPOLICY_FULL_BOUNDS; par.level=STACKING_LEVEL_MODAL1+2; to par.szplcy=SIZEPOLICY_STRETCH_TOP; par.level=STACKING_LEVEL_MODAL1+2; Not sure why SIZEPOLICY_FULL_BOUNDS is used in place of