Bug 420736 - Part of advanced preferences tab cut off, p=Michael Kohler, r=gavin.sharp

This commit is contained in:
Michael Kohler 2009-03-10 20:12:55 +01:00
Родитель 567df4f3c6
Коммит ecc15423c1
2 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -84,12 +84,12 @@
#endif
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
#ifdef USE_WIN_TITLE_STYLE
style="&prefWin.styleWin2;">
style="&prefWinMinSize.styleWin;">
#else
#ifdef XP_MACOSX
style="&prefWin.styleMac2;">
style="&prefWinMinSize.styleMac;">
#else
style="&prefWin.styleGNOME2;">
style="&prefWinMinSize.styleGNOME;">
#endif
#endif

Просмотреть файл

@ -3,9 +3,9 @@
<!ENTITY prefWindow.titleGNOME "&brandShortName; Preferences">
<!-- When making changes to prefWindow.styleWin test both Windows Classic and
Luna since widget heights are different based on the OS theme -->
<!ENTITY prefWin.styleWin2 "width: 42em; min-height: 39em;">
<!ENTITY prefWin.styleMac2 "width: 47em; min-height: 40em;">
<!ENTITY prefWin.styleGNOME2 "width: 42em; min-height: 39.5em;">
<!ENTITY prefWinMinSize.styleWin "width: 42em; min-height: 39em;">
<!ENTITY prefWinMinSize.styleMac "width: 47em; min-height: 40em;">
<!ENTITY prefWinMinSize.styleGNOME "width: 45.5em; min-height: 40.5em;">
<!ENTITY paneGeneral.title "General">
<!ENTITY paneTabs.title "Tabs">