summaryrefslogtreecommitdiff
diff options
authorJason Smith <jason.smith@canonical.com>2012-02-09 20:37:06 -0500
committerJason Smith <jason.smith@canonical.com>2012-02-09 20:37:06 -0500
commit536fa6f5912fbe4379e7394b65a71338ff7a9c4d (patch)
treed6f21aa3d9aba07be8d596701d52c213873040d3
parentad12061290fac9377c1a0a3443f9c7c3a571f596 (diff)
minor tweaks
(bzr r1940.1.7)
-rw-r--r--plugins/unityshell/src/IconRenderer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/unityshell/src/IconRenderer.cpp b/plugins/unityshell/src/IconRenderer.cpp
index 6231e456d..a8ed2afe3 100644
--- a/plugins/unityshell/src/IconRenderer.cpp
+++ b/plugins/unityshell/src/IconRenderer.cpp
@@ -427,7 +427,7 @@ void IconRenderer::RenderIcon(nux::GraphicsEngine& GfxContext, RenderArg const&
if (arg.system_item)
{
- backlight_intensity = (arg.keyboard_nav_hl) ? 0.85f : 0.6f ;
+ backlight_intensity = (arg.keyboard_nav_hl) ? 0.95f : 0.8f ;
glow_intensity = (arg.keyboard_nav_hl) ? 1.0f : 0.0f ;
background = local::squircle_base_selected;