зеркало из https://github.com/mozilla/gecko-dev.git
Bug 806583 - Remove unnecessary extra space added for textfield/entry in 1556064f1c20. r=mattwoodrow, a=bajaj
This commit is contained in:
Родитель
40347c9564
Коммит
24ed2a26a9
|
@ -719,12 +719,6 @@ nsNativeThemeGTK::GetExtraSizeForWidget(nsIFrame* aFrame, uint8_t aWidgetType,
|
|||
aExtra->bottom = extra;
|
||||
}
|
||||
}
|
||||
case NS_THEME_TEXTFIELD:
|
||||
{
|
||||
aExtra->top = aExtra->bottom = 1;
|
||||
aExtra->left = aExtra->right = 1;
|
||||
return true;
|
||||
}
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче