Adjust the width and the height of the feed dialogs for Mac OSX

This commit is contained in:
scott%scott-macgregor.org 2005-02-10 00:38:35 +00:00
parent bde214bed8
commit 9f1aaadad1
2 changed files with 5 additions and 1 deletions

View File

@ -47,7 +47,7 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="&window.title;"
#ifdef XP_MACOSX
style="width: 55em;"
style="width: 40em;"
#else
style="width: 30em;"
#endif

View File

@ -45,7 +45,11 @@
<window id="subscriptionsDialog"
title="&newsBlogSubscriptions.label;"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
#ifdef XP_MACOSX
style="width: 40em; height: 30em;"
#else
style="width: 30em; height: 25em;"
#endif
persist="width height"
onload="gFeedSubscriptionsWindow.init();"
onunload="return gFeedSubscriptionsWindow.uninit();"