diff options
| author | Didier Roche <didier.roche@canonical.com> | 2011-03-01 14:27:12 +0100 |
|---|---|---|
| committer | Didier Roche <didier.roche@canonical.com> | 2011-03-01 14:27:12 +0100 |
| commit | abf2f0c09307b0b711f23c92e2080df5a88eb896 (patch) | |
| tree | c0c4944ff57361574b3a742508a3f56f29c41d01 | |
| parent | 540249f9f30aaa88079e830a1469f71ac732c9e5 (diff) | |
| parent | e57ba544cb28c4316c2723c4bf2005f3366accab (diff) | |
cherry-pick a opacity change, because we all love this
(bzr r55.3.349)
| -rw-r--r-- | src/PlacesView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlacesView.cpp b/src/PlacesView.cpp index dd0a9952e..39e22361c 100644 --- a/src/PlacesView.cpp +++ b/src/PlacesView.cpp @@ -84,7 +84,7 @@ PlacesView::PlacesView (PlaceFactory *factory) rop.Blend = true; rop.SrcBlend = GL_ONE; rop.DstBlend = GL_ONE_MINUS_SRC_ALPHA; - _bg_layer = new nux::ColorLayer (nux::Color (0.0f, 0.0f, 0.0f, 0.90f), true, rop); + _bg_layer = new nux::ColorLayer (nux::Color (0.0f, 0.0f, 0.0f, 0.8f), true, rop); } // Register for all the events |
