Hello: I got 1.3 working, and found that the GTK status bar has, by default, a MS Windows resize area. Personaly I do not like it in any case, cos it teachs the wrong thing about resizing (resize with right bottom corner, and if your window is in the bottom and right side, move / resize / move / resize util you get it OK) instead of going for a usable one (teach user he can resize from any border, thus he resizes from where whe wants and keep the rest "glued" to the monitor). But in this case it looks very bad, cos it is not in the right border of the window, so here is the proposed patch: Index: gimpdisplayshell.c =================================================================== RCS file: /cvs/gnome/gimp/app/display/gimpdisplayshell.c,v retrieving revision 1.168 diff -r1.168 gimpdisplayshell.c 724a725,726 > gtk_statusbar_set_has_resize_grip (GTK_STATUSBAR (shell->statusbar), > FALSE); /* Looks like crap if on */ In the case of small windows, it really looks like crap, cos you get it in the middle or near left side. Bigger ones are not so bad, just the progress bar and the button betwen status and border, but I still have lot of borders to resize. GSR