Hi Sean, >>Why is there a limitation on how large I can resize a window? > But if you move the corner off screen you have to work to resize it later. Nahh, because I always use the "<ALT>-right-mouse-click-and-drag" way to resize a window.
> Keeping things on the screen is just more friendly. If you want to hack it the > restriction is in Window.cc:BlackboxWindow::constrain(). The line 'dw > > client.max_width' and 'dh > client.max_height'. Well, first I tried out-commenting the two "constrain"-calls in line 2579 and 2606 (the resize section) - and that didn't work, but the other way around did - kool! :-) > If you find you REALLY need this then uses X's view support. Just set the res > higher than you need and it will pan around as you move the mouse, i.e. set it > to 1600x1200 yet only view 1280x960. I guess I could, but how would BB's window placement react? would it place new windows reletive to the current view, or the entire workspace? Regards, Martin
