mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 03:49:42 +00:00
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:
parent
567b1c6bbf
commit
c922b5bf64
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user