Add the eMetric_SubmenuDelay option.

r=kedl


git-svn-id: svn://10.0.0.236/trunk@58518 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Jerry.Kirk%Nexwarecorp.com 2000-01-25 02:50:00 +00:00
parent 14d83e4fad
commit d26bfdb4ad

View File

@ -168,9 +168,6 @@ NS_IMETHODIMP nsLookAndFeel::GetMetric(const nsMetricID aID, PRInt32 & aMetric)
case eMetric_CaretWidthTwips:
aMetric = 20;
break;
case eMetric_SubmenuDelay:
aMetric = 200;
break;
default:
aMetric = -1;
res = NS_ERROR_FAILURE;