Bug 396800 - Make animateFadeIn work for Windows. r=mscott

git-svn-id: svn://10.0.0.236/trunk@236341 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rob_strong%exchangecode.com
2007-09-20 01:34:36 +00:00
parent 6cda999a45
commit e2d9cbae09
4 changed files with 4 additions and 5 deletions

View File

@@ -81,14 +81,14 @@
<preference id="msgcompose.background_color" name="msgcompose.background_color" type="string"/>
</preferences>
<tabbox id="composePrefs" onselect="gComposePane.tabSelectionChanged();">
<tabbox id="composePrefs" flex="1" onselect="gComposePane.tabSelectionChanged();">
<tabs>
<tab label="&itemGeneral.label;"/>
<tab label="&itemAutoComplete.label;"/>
<tab label="&itemSpellCheck.label;"/>
</tabs>
<tabpanels>
<tabpanels flex="1">
<tabpanel orient="vertical">
<groupbox>
<hbox align="center">

View File

@@ -146,6 +146,5 @@
</hbox>
</radiogroup>
</groupbox>
<separator/>
</prefpane>
</overlay>

View File

@@ -70,7 +70,7 @@
#endif
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
#ifdef USE_WIN_TITLE_STYLE
style="&prefWindow.styleWin;">
style="&prefWindow.styleWindows;">
#else
#ifdef XP_MACOSX
style="&prefWindow.styleMac;">

View File

@@ -1,7 +1,7 @@
<!ENTITY prefWindow.titleWin "Options">
<!ENTITY prefWindow.titleGNOME "&brandShortName; Preferences">
<!ENTITY prefWindow.styleWin "width: 44em; height: 38em;">
<!ENTITY prefWindow.styleWindows "width: 44em; min-height: 38.5em;">
<!ENTITY prefWindow.styleMac "width: 47em;">
<!ENTITY prefWindow.styleUnix "width: 42em;">