r=mkaply, a=brendan
OS/2 bring up - Make submenus appear
This commit is contained in:
mkaply%us.ibm.com 2000-06-22 13:59:05 +00:00
Родитель ca0f8937e3
Коммит d79ad9fc92
1 изменённых файлов: 5 добавлений и 1 удалений

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

@ -23,7 +23,8 @@
* Modifications to Mozilla code or documentation identified per MPL Section 3.3
*
* Date Modified by Description of modification
* 04/20/2000 IBM Corp. Make more like Windows.
* 04/20/2000 IBM Corp. Make more like Windows.
* 06/21/2000 IBM Corp. Add SubmenuDelay case in GetMetric
*/
#include "nsLookAndFeel.h"
@ -269,6 +270,9 @@ NS_IMETHODIMP nsLookAndFeel::GetMetric(const nsMetricID aID, PRInt32 & aMetric)
case eMetric_ListVerticalInsidePadding:
aMetric = 0;
break;
case eMetric_SubmenuDelay:
aMetric = 300;
break;
case eMetric_CaretBlinkTime:
svalue = SV_CURSORRATE;
break;