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) {
|
if (Zotero.isMac) {
|
||||||
rowHeight *= 1.4;
|
rowHeight *= 1.4;
|
||||||
}
|
}
|
||||||
else if (Zotero.isWindows) {
|
else if (Zotero.isWin) {
|
||||||
rowHeight *= 1.2;
|
rowHeight *= 1.2;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue