[gnome-shell] [AppSwitcher] Change separator color



commit dc99e8ffcd8392fe89338f3c8c8a750b956fe852
Author: Dan Winship <danw gnome org>
Date:   Mon Oct 5 13:12:38 2009 -0400

    [AppSwitcher] Change separator color
    
    https://bugzilla.gnome.org/show_bug.cgi?id=597362

 js/ui/altTab.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/altTab.js b/js/ui/altTab.js
index 6ff06aa..d176c23 100644
--- a/js/ui/altTab.js
+++ b/js/ui/altTab.js
@@ -16,7 +16,7 @@ const Main = imports.ui.main;
 const POPUP_APPICON_BORDER_COLOR = new Clutter.Color();
 POPUP_APPICON_BORDER_COLOR.from_pixel(0xffffffff);
 const POPUP_APPICON_SEPARATOR_COLOR = new Clutter.Color();
-POPUP_APPICON_SEPARATOR_COLOR.from_pixel(0xffffffff);
+POPUP_APPICON_SEPARATOR_COLOR.from_pixel(0x80808066);
 
 const POPUP_APPS_BOX_SPACING = 8;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]