git-svn-id: http://xe-core.googlecode.com/svn/trunk@865 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-02 02:39:08 +00:00
parent 35b9bb8fd2
commit 0ec053b51b
2 changed files with 3 additions and 3 deletions

View file

@ -267,8 +267,8 @@ function showOriginalImage(evt) {
orig_image.src = src;
var areabg = xGetElementById("fororiginalimageareabg");
xWidth(areabg, image_width+22);
xHeight(areabg, image_height+32);
xWidth(areabg, image_width+36);
xHeight(areabg, image_height+46);
var area = xGetElementById("fororiginalimagearea");
xLeft(area, xScrollLeft());