Increase icon column width in libraries-to-sync dialog
A bit wider than d4e3a437f
, since the column header seems to not
currently be centered properly at narrow widths
This commit is contained in:
parent
92e6a536f1
commit
4d88e99e9e
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ Zotero_Preferences.Sync = {
|
|||
label: "zotero.preferences.sync.librariesToSync.sync",
|
||||
fixedWidth: true,
|
||||
// TODO: Specify in ems?
|
||||
width: Zotero.isLinux ? '40' : '35'
|
||||
width: '45'
|
||||
},
|
||||
{
|
||||
dataKey: "name",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue