Bug 284713 - Preferences panes are cropped on Gnome. patch from Adam Guthrie <ispiked@gmail.com>, r=me.
git-svn-id: svn://10.0.0.236/trunk@179579 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
e27a2311af
commit
b5413a15c1
@ -46,8 +46,12 @@
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
title="&fontsDialog.title;"
|
||||
dlgbuttons="accept,cancel,help"
|
||||
#ifdef XP_UNIX
|
||||
#ifdef XP_MACOSX
|
||||
style="width: &window.macWidth; !important;">
|
||||
#else
|
||||
style="width: &window.unixWidth; !important;">
|
||||
#endif
|
||||
#else
|
||||
style="width: &window.width; !important;">
|
||||
#endif
|
||||
|
||||
@ -77,7 +77,7 @@
|
||||
#ifdef XP_MACOSX
|
||||
style="&prefWindow.styleMac;">
|
||||
#else
|
||||
style="&prefWindow.styleUnix;">
|
||||
style="&prefWindow.styleGNOME;">
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
<!ENTITY fontsDialog.title "Fonts">
|
||||
<!ENTITY window.width "39em">
|
||||
<!ENTITY window.macWidth "43em">
|
||||
<!ENTITY window.unixWidth "41em">
|
||||
|
||||
<!ENTITY language.label "Fonts for:">
|
||||
<!ENTITY language.accesskey "F">
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<!ENTITY prefWindow.titleGNOME "&brandShortName; Preferences">
|
||||
<!ENTITY prefWindow.styleWin "width: 42em; height: 36em;">
|
||||
<!ENTITY prefWindow.styleMac "width: 47em;">
|
||||
<!ENTITY prefWindow.styleUnix "width: 42em;">
|
||||
<!ENTITY prefWindow.styleGNOME "width: 42em; height: 34.5em;">
|
||||
|
||||
<!ENTITY paneGeneral.title "General">
|
||||
<!ENTITY panePrivacy.title "Privacy">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user