mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 20:01:50 +00:00
Adjust the width and the height of the feed dialogs for Mac OSX
This commit is contained in:
parent
bde214bed8
commit
9f1aaadad1
@ -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