Fix size of 2x icons in progress window

This commit is contained in:
Dan Stillman 2015-05-02 19:00:42 -04:00
parent a2b6df1014
commit 453e7bd090

View file

@ -291,6 +291,7 @@ Zotero.ProgressWindow = function(_window){
this._image.setAttribute("flex", 0);
this._image.style.width = "16px";
this._image.style.backgroundRepeat = "no-repeat";
this._image.style.backgroundSize = "16px";
this.setIcon(iconSrc);
this._hbox = _progressWindow.document.createElement("hbox");