mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 10:33:33 +00:00
Bug 285574 - [Mac] fonts settings dialog is cropped. r=mconnor a=asa
This commit is contained in:
parent
6db03450bc
commit
ffaed613ad
@ -46,7 +46,11 @@
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
title="&fontsDialog.title;"
|
||||
dlgbuttons="accept,cancel"
|
||||
#ifdef XP_MACOSX
|
||||
style="width: &window.macWidth; !important;">
|
||||
#else
|
||||
style="width: &window.width; !important;">
|
||||
#endif
|
||||
|
||||
<prefpane id="FontsDialogPane">
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
<!ENTITY fontsDialog.title "Fonts">
|
||||
<!ENTITY window.width "39em">
|
||||
<!ENTITY window.macWidth "43em">
|
||||
|
||||
<!ENTITY language.label "Fonts for:">
|
||||
<!ENTITY language.accesskey "t">
|
||||
|
Loading…
Reference in New Issue
Block a user