refine toolbar behavior
This commit is contained in:
parent
fbdb7d5526
commit
fbead5600b
1 changed files with 2 additions and 2 deletions
|
@ -3613,8 +3613,8 @@ var ZoteroPane = new function()
|
|||
var paneComputedStyle = window.getComputedStyle(pane, null);
|
||||
var splitterComputedStyle = window.getComputedStyle(splitter, null);
|
||||
|
||||
toolbar.style.width = parseInt(paneComputedStyle.getPropertyValue("width"))
|
||||
+parseInt(splitterComputedStyle.getPropertyValue("width"))+"px";
|
||||
toolbar.style.width = paneComputedStyle.getPropertyValue("width");
|
||||
toolbar.style.marginRight = splitterComputedStyle.getPropertyValue("width");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue