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

git-svn-id: svn://10.0.0.236/trunk@169067 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org 2005-02-10 00:38:35 +00:00
parent c1c875ec78
commit 9ba4f4be9a
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();"