From 4d88e99e9e8d5abacd56baf1c0c9d1eea24578ea Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 25 Aug 2021 02:18:08 -0400 Subject: [PATCH] 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 --- chrome/content/zotero/preferences/preferences_sync.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/preferences/preferences_sync.jsx b/chrome/content/zotero/preferences/preferences_sync.jsx index 1fe9a09e9e..661da846fd 100644 --- a/chrome/content/zotero/preferences/preferences_sync.jsx +++ b/chrome/content/zotero/preferences/preferences_sync.jsx @@ -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",