зеркало из https://github.com/mozilla/gecko-dev.git
Don't allow the theme css to override the dropdown button min-size. Not part of the build.
This commit is contained in:
Родитель
e75dc3db00
Коммит
49acf08a2b
|
@ -507,6 +507,7 @@ nsNativeThemeGTK::GetMinimumWidgetSize(nsIRenderingContext* aContext,
|
|||
|
||||
aResult->width += 11 + GTK_MISC(gArrowWidget)->xpad * 2;
|
||||
aResult->height += 11 + GTK_MISC(gArrowWidget)->ypad * 2;
|
||||
*aIsOverridable = PR_FALSE;
|
||||
}
|
||||
break;
|
||||
case NS_THEME_CHECKBOX:
|
||||
|
|
Загрузка…
Ссылка в новой задаче