Bug 1744435 - Give the HTML buttons a padding-inline on Windows. r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D132867
This commit is contained in:
Richard Marti 2021-12-06 12:00:01 +00:00
parent 567b1c6bbf
commit c922b5bf64

View File

@ -2124,8 +2124,8 @@ bool nsNativeThemeWin::GetWidgetPadding(nsDeviceContext* aContext,
if (aFrame->GetContent()->IsXULElement()) {
top = 2;
bottom = 3;
left = right = 5;
}
left = right = 5;
break;
default:
return false;