Resize Sync prefpane after init

Otherwise things can get cut off the bottom
This commit is contained in:
Dan Stillman 2015-12-29 20:07:12 -05:00
parent c5a9987f37
commit 0173e9084d

View file

@ -76,6 +76,8 @@ Zotero_Preferences.Sync = {
var img = document.getElementById('sync-status-indicator');
img.removeAttribute('verified');
img.removeAttribute('animated');
window.sizeToContent();
},
@ -276,6 +278,8 @@ Zotero_Preferences.Sync = {
}
this.updateStorageTerms();
window.sizeToContent();
}),