Bug 1615092: Remove IsDateTimeResetButton padding fixup that is no longer necessary when native theme is disabled. r=mstange

Differential Revision: https://phabricator.services.mozilla.com/D62670

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Stephen A Pohl 2020-02-14 02:17:33 +00:00
Родитель 341189be80
Коммит 2be1c1fbc8
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -641,10 +641,6 @@ bool nsNativeBasicTheme::GetWidgetPadding(nsDeviceContext* aContext,
aResult->SizeTo(7 * dpi, 8 * dpi, 7 * dpi, 8 * dpi);
return true;
case StyleAppearance::Button:
if (IsDateTimeResetButton(aFrame)) {
aResult->SizeTo(0, 0, -1 * dpi, 4 * dpi);
return true;
}
aResult->SizeTo(7 * dpi, 22 * dpi, 7 * dpi, 22 * dpi);
return true;
case StyleAppearance::Textfield: