Hello,
I have the function below, which I use for 'maximising' a window onto my
first monitor (for complicated reasons, I can't use the Maximise
functions properly), but for some reason the window always appears a
little too tall, so that the bottom of the window just disappears off
the screen a little.
Adjusting the size parameters subtly doesn't seem to fix this!
DestroyFunc Max-Pri-Mon
AddToFunc Max-Pri-Mon "I" ResizeMove 1152p 864p 0p 0p
+
"I" Raise
Does anyone have any suggestions what could be wrong?
The function is bound to Alt-F10, not that I think that makes any
difference.
The function below is nearly OK.. the only problem is that the window
doesn't quite reach the bottom of the screen. With this function, I'm
more curious why the numbers have to be seemingly weird to make it fit?
On a 1152x864 monitor I thought the numbers would be 1152p 864p?
DestroyFunc Max-Pri-Mon
AddToFunc Max-Pri-Mon "I" ResizeMove 1149p 841p 0p 0p
+
Thanks,
Andy
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Wed Mar 20 2002 - 15:53:35 GMT