summaryrefslogtreecommitdiff
path: root/plugins/unityshell
diff options
Diffstat (limited to 'plugins/unityshell')
-rw-r--r--plugins/unityshell/resources/panel-shadow.pngbin215 -> 169 bytes
-rw-r--r--plugins/unityshell/src/Launcher.cpp6
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/unityshell/resources/panel-shadow.png b/plugins/unityshell/resources/panel-shadow.png
index 5c3f3b014..6e636bab1 100644
--- a/plugins/unityshell/resources/panel-shadow.png
+++ b/plugins/unityshell/resources/panel-shadow.png
Binary files differ
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