commit 7c3d6a54e8f91bd31a73163d8efebdfc8f333f14 parent ddd7cdf43100c1239320b6f07f75e2454eab2ba7 Author: Dan Stillman <dstillman@zotero.org> Date: Wed, 20 Mar 2013 13:06:53 -0400 Adjust bottom padding of prefpanes Diffstat:
5 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/chrome/content/zotero/preferences/preferences_advanced.xul b/chrome/content/zotero/preferences/preferences_advanced.xul @@ -198,6 +198,8 @@ </tabpanel> </tabpanels> </tabbox> + + <separator/> </prefpane> <script src="preferences_advanced.js" type="application/javascript;version=1.8"/> diff --git a/chrome/content/zotero/preferences/preferences_export.xul b/chrome/content/zotero/preferences/preferences_export.xul @@ -76,6 +76,7 @@ <!-- Unclear why this is necessary to prevent the menulist from getting cut off --> <separator/> <separator/> + <separator/> <script src="preferences_export.js" type="application/javascript;version=1.8"/> </prefpane> diff --git a/chrome/content/zotero/preferences/preferences_general.xul b/chrome/content/zotero/preferences/preferences_general.xul @@ -129,8 +129,6 @@ <checkbox label="&zotero.preferences.groups.tags;" preference="pref-groups-copyTags"/> </vbox> </groupbox> - - <separator/> </prefpane> <script src="preferences_general.js" type="application/javascript;version=1.8"/> diff --git a/chrome/content/zotero/preferences/preferences_search.xul b/chrome/content/zotero/preferences/preferences_search.xul @@ -110,8 +110,6 @@ </rows> </grid> </groupbox> - - <separator/> </prefpane> <script src="preferences_search.js" type="application/javascript;version=1.8"/> diff --git a/chrome/content/zotero/preferences/preferences_sync.xul b/chrome/content/zotero/preferences/preferences_sync.xul @@ -311,8 +311,6 @@ </tabpanel> </tabpanels> </tabbox> - - <separator/> </prefpane> <script src="preferences_sync.js" type="application/javascript;version=1.8"/>