On Tue, May 28, 2013 at 10:33 PM, Linda Alvord <[email protected]>wrote:

> Would it be possible to make the Term window resizeable?
>

Fire up the settings editor by selecting Edit > Configure > Qt Ide from the
menu. In the Edit window, look for a line beginning 'Term=' under the
'[Position]' section and amend the geometry. The first two elements in this
vector represent position, the second two width and height. For example,

  Term=0 0 500 600


represents a Term window that opens at (0, 0) with width 500px and height
600px. Try changing that to,


  Term=0 0 400 300


and restart the IDE. Tweak to suit.


Best,

Marc



>
>
>
> It is just a little bigger than my laptop so I have to move it to get the
> scrollbar to the bottom once the window is full.  If I move it too high, I
> can't close the window without moving it again.
>
>
>
> Just a minor annoyance.
>
>
>
> Linda
>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to