diff options
| author | Andrea Cimitan <andrea.cimitan@canonical.com> | 2012-03-27 18:27:27 +0100 | 
|---|---|---|
| committer | Andrea Cimitan <andrea.cimitan@canonical.com> | 2012-03-27 18:27:27 +0100 | 
| commit | 84700b3bc08c64adf9ce3ee35b258227229a1213 (patch) | |
| tree | 8cf87575e739f5f61098c1121791333d569c08bb /plugins/unityshell | |
| parent | d0404e30202fccc9ca203ae1c40dda495fc1c827 (diff) | |
New panel shadow
(bzr r2172.2.1)
Diffstat (limited to 'plugins/unityshell')
| -rw-r--r-- | plugins/unityshell/resources/panel-shadow.png | bin | 215 -> 169 bytes | |||
| -rw-r--r-- | plugins/unityshell/src/Launcher.cpp | 6 | 
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/unityshell/resources/panel-shadow.png b/plugins/unityshell/resources/panel-shadow.png Binary files differindex 5c3f3b014..6e636bab1 100644 --- a/plugins/unityshell/resources/panel-shadow.png +++ b/plugins/unityshell/resources/panel-shadow.png diff --git a/plugins/unityshell/src/Launcher.cpp b/plugins/unityshell/src/Launcher.cpp index baab76ed1..27691cb59 100644 --- a/plugins/unityshell/src/Launcher.cpp +++ b/plugins/unityshell/src/Launcher.cpp @@ -2051,11 +2051,11 @@ void Launcher::DrawContent(nux::GraphicsEngine& GfxContext, bool force_draw)  nux::Geometry(bkg_box.x,  bkg_box.y,  bkg_box.width, - 20), - nux::Color(0x60000000), + 8), + nux::Color(0x70000000),  nux::Color(0x00000000),  nux::Color(0x00000000), - nux::Color(0x60000000)); + nux::Color(0x70000000));  }  // FIXME: can be removed for a bgk_box->SetAlpha once implemented  | 
