This commit is contained in:
joshmoz@gmail.com 2007-11-17 11:35:34 -08:00
Родитель b75c9ceede
Коммит f5079b8ca0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -975,7 +975,7 @@ nsNativeThemeCocoa::GetWidgetBorder(nsIDeviceContext* aContext,
switch (aWidgetType) {
case NS_THEME_BUTTON:
// Top has a single pixel line, bottom has a single pixel line plus a single
// pixel shadow. We say 2 for the sides so that text doesn't hit the border.
// pixel shadow.
aResult->SizeTo(6, 1, 6, 3);
break;