commit e49fedd90024536b46f20dda0fa9b3dcf47227da parent a97d7ff26dfbef85fa96cf067bc0e3328ed070fb Author: Simon Kornblith <simon@simonster.com> Date: Thu, 4 Aug 2011 19:32:57 +0000 Don't make the button huge Diffstat:
| M | chrome/content/zotero/preferences/preferences.xul | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/chrome/content/zotero/preferences/preferences.xul b/chrome/content/zotero/preferences/preferences.xul @@ -802,7 +802,9 @@ To add a new preference: <groupbox> <caption label="&zotero.preferences.miscellaneous;"/> - <button id="openAboutConfig" label="&zotero.preferences.openAboutConfig;" oncommand="openInViewer('about:config', '')"/> + <hbox align="center"> + <button id="openAboutConfig" label="&zotero.preferences.openAboutConfig;" oncommand="openInViewer('about:config', '')"/> + </hbox> </groupbox> <separator/>