mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 906147 - disable component alpha in metrofx. r=nrc
This commit is contained in:
parent
5bbf04e53e
commit
5870dfe7cc
@ -35,6 +35,7 @@ pref("prompts.tab_modal.enabled", true);
|
||||
// Enable off main thread compositing
|
||||
pref("layers.offmainthreadcomposition.enabled", true);
|
||||
pref("layers.async-pan-zoom.enabled", false);
|
||||
pref("layers.componentalpha.enabled", false);
|
||||
pref("gfx.axis.fling_friction", "0.002");
|
||||
|
||||
// Enable Microsoft TSF support by default for imes.
|
||||
|
Loading…
Reference in New Issue
Block a user