Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[embedlite] Increase low precision tile opacity to 1.0. Contributes t…
…o JB#39557
  • Loading branch information
rainemak committed Aug 29, 2017
1 parent ec81435 commit 63b9cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedding/embedlite/embedding.js
Expand Up @@ -181,7 +181,7 @@ pref("layout.reflow.synthMouseMove", false);
pref("mozilla.widget.disable-native-theme", true);
pref("layers.enable-tiles", true);
pref("layers.low-precision-buffer", true);
pref("layers.low-precision-opacity", "0.5");
pref("layers.low-precision-opacity", "1.0");
pref("layers.progressive-paint", true);

/* password manager */
Expand Down

0 comments on commit 63b9cdd

Please sign in to comment.