зеркало из https://github.com/mozilla/gecko-dev.git
9d747b061f
This cut-off is happening because the font lists load dynamically. When the font builder code is running, it removes the menupopup and there is no content. Then we measure the height of the dialog and its many menulists and persist that. But the heights of these menulists is smaller (depending on Windows font size and scaling settings) when they have no content than when they have text in them, and so when the menulists fill up the height changes, leading to the cut-off. To fix this, set a minimum height when the menulists are empty, that either matches or exceeds the min-height they get when they have content. Differential Revision: https://phabricator.services.mozilla.com/D113725 |
||
---|---|---|
.. | ||
actors | ||
app | ||
base | ||
branding | ||
components | ||
config | ||
docs | ||
extensions | ||
fonts | ||
fxr | ||
installer | ||
locales | ||
modules | ||
themes | ||
tools/mozscreenshots | ||
.eslintrc.js | ||
LICENSE | ||
Makefile.in | ||
app.mozbuild | ||
build.mk | ||
confvars.sh | ||
defs.mk | ||
l10n-registry.manifest | ||
moz.build | ||
moz.configure |