Changeset 686
- Timestamp:
- 11/02/09 16:24:36 (3 weeks ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/uploadr/3.2/MacUploadr.app/Contents/Resources/chrome/content/uploadr/ui.js
r685 r686 84 84 } 85 85 } 86 for each (var up in photos.uploaded) { 87 if(up) { 88 ui.resizeUploadThumbImg(up); 89 } 90 } 86 91 }, 87 92 … … 144 149 if(progressbar) { 145 150 progressbar.style.width = p.thumb_width/ratio + 'px'; 146 progressbar.style.top = (img.height - 20) + 'px'; 147 } 151 progressbar.style.top = (p.thumb_height/ratio - 20) + 'px'; 152 } 153 p.progress_bar.width = p.thumb_width/ratio; 154 document.getElementById(p.progress_bar.id).width = p.thumb_width/ratio; 148 155 li.style.width = gridSize + 'px'; 149 156 li.style.height = gridSize + 'px';