From 5ca8486047b546f50f8eeacb9bb0f352d75c4779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adomas=20Ven=C4=8Dkauskas?= Date: Fri, 15 Apr 2022 11:21:07 +0300 Subject: [PATCH] Adjust conditional clause for Windows from 76276a3 --- chrome/content/zotero/components/virtualized-table.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/components/virtualized-table.jsx b/chrome/content/zotero/components/virtualized-table.jsx index 5c871282b3..c6c2a63111 100644 --- a/chrome/content/zotero/components/virtualized-table.jsx +++ b/chrome/content/zotero/components/virtualized-table.jsx @@ -1243,7 +1243,7 @@ class VirtualizedTable extends React.Component { if (Zotero.isMac) { rowHeight *= 1.4; } - else if (Zotero.isWindows) { + else if (Zotero.isWin) { rowHeight *= 1.2; } else {