changed eMetric_TextFieldHeight to 16 from 30

This commit is contained in:
pierre%netscape.com 1998-12-02 10:15:55 +00:00
parent aa5b68b953
commit 67e6a0fc37

View File

@ -103,7 +103,7 @@ NS_IMETHODIMP nsLookAndFeel::GetMetric(const nsMetricID aID, PRInt32 & aMetric)
aMetric = 4;
break;
case eMetric_TextFieldHeight:
aMetric = 30;
aMetric = 16;
break;
default:
aMetric = 0;