Fix size of 2x icons in progress window
This commit is contained in:
parent
a2b6df1014
commit
453e7bd090
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue