mirror of
https://github.com/zotero/zotero.git
synced 2026-09-24 00:51:37 +00:00
Reduce width of icon column in libraries-to-sync dialog
Changed during HTMLification
This commit is contained in:
parent
4a43cdb613
commit
d4e3a437fd
1 changed files with 2 additions and 1 deletions
|
|
@ -259,7 +259,8 @@ Zotero_Preferences.Sync = {
|
||||||
dataKey: "checked",
|
dataKey: "checked",
|
||||||
label: "zotero.preferences.sync.librariesToSync.sync",
|
label: "zotero.preferences.sync.librariesToSync.sync",
|
||||||
fixedWidth: true,
|
fixedWidth: true,
|
||||||
width: '60'
|
// TODO: Specify in ems?
|
||||||
|
width: Zotero.isLinux ? '40' : '35'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
dataKey: "name",
|
dataKey: "name",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue