Adjust conditional clause for Windows from 76276a3
This commit is contained in:
parent
76276a39ce
commit
5ca8486047
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue