Patch from Tomi Leppikangas <tomilepp@rak046.oulu.fi>.

Here is small patch for gtk to make it look a little better.
Size 15 gets checkboxes and radiobuttons centered nicely.
This commit is contained in:
ramiro%netscape.com 1999-06-09 12:27:38 +00:00
parent fb9d7a4071
commit d2445d4451

View File

@ -136,10 +136,10 @@ NS_IMETHODIMP nsLookAndFeel::GetMetric(const nsMetricID aID, PRInt32 & aMetric)
aMetric = 8;
break;
case eMetric_CheckboxSize:
aMetric = 12;
aMetric = 15;
break;
case eMetric_RadioboxSize:
aMetric = 12;
aMetric = 15;
break;
case eMetric_ListShouldUseHorizontalInsideMinimumPadding:
aMetric = 15;