зеркало из https://github.com/mozilla/pjs.git
[OS/2] Bug 379242: fix overflowing options dialog by using the fixed size from Windows (as for other toolkit apps), r/sr=mkaply
This commit is contained in:
Родитель
d979f584e1
Коммит
3f4e57716d
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче