[OS/2] Bug 379242: fix overflowing options dialog by using the fixed size from Windows (as for other toolkit apps), r/sr=mkaply

git-svn-id: svn://10.0.0.236/trunk@225402 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla%weilbacher.org 2007-05-01 19:31:49 +00:00
parent 6e86d03b2e
commit 4f5f5bcd96

View File

@ -49,10 +49,17 @@
%preferencesDTD;
]>
#ifdef XP_WIN
#define USE_WIN_TITLE_STYLE
#endif
#ifdef XP_OS2
#define USE_WIN_TITLE_STYLE
#endif
<prefwindow type="prefwindow"
id="MailPreferences"
windowtype="Mail:Preferences"
#ifdef XP_WIN
#ifdef USE_WIN_TITLE_STYLE
title="&prefWindow.titleWin;"
#else
#ifdef XP_UNIX
@ -62,7 +69,7 @@
#endif
#endif
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
#ifdef XP_WIN
#ifdef USE_WIN_TITLE_STYLE
style="&prefWindow.styleWin;">
#else
#ifdef XP_MACOSX