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:
parent
c1c875ec78
commit
9ba4f4be9a
@ -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
|
||||
|
||||
@ -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();"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user