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 SIZEPOLICY_STRETCH_BOTTOM originally. I guess that could mean that the TOP solution will have som bugs.

I did this in ion3plus.

On Thu, 27 Aug 2009 19:44:21 +0200, Tuomo Valkonen <tuo...@iki.fi> wrote:

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.




--
mvh.
Ole Jørgen Brønner

Reply via email to