зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1718196
- Revert back to 2px 3px padding-block on native XUL buttons, and add padding-inline of 5px r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D118923
This commit is contained in:
Родитель
20e551c8ed
Коммит
7285182be7
|
@ -2104,7 +2104,9 @@ bool nsNativeThemeWin::GetWidgetPadding(nsDeviceContext* aContext,
|
|||
} break;
|
||||
case StyleAppearance::Button:
|
||||
if (aFrame->GetContent()->IsXULElement()) {
|
||||
top = bottom = 4;
|
||||
top = 2;
|
||||
bottom = 3;
|
||||
left = right = 5;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
|
Загрузка…
Ссылка в новой задаче