The FXImageView widget now offers options to control the placement of the image when the viewport is larger than the image; you can align it in various ways using the options IMAGEVIEW_CENTER_X, IMAGEVIEW_CENTER_Y, IMAGEVIEW_LEFT, IMAGEVIEW_RIGHT, IMAGEVIEW_TOP and IMAGEVIEW_BOTTOM. The default alignment is now centered in X and Y, so you may want to set IMAGEVIEW_LEFT|IMAGEVIEW_TOP options to keep the same default image placement used for FOX 1.0.