From dc99e8ffcd8392fe89338f3c8c8a750b956fe852 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 5 Oct 2009 13:12:38 -0400 Subject: [PATCH] [AppSwitcher] Change separator color https://bugzilla.gnome.org/show_bug.cgi?id=597362 --- js/ui/altTab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/altTab.js b/js/ui/altTab.js index 6ff06aae6..d176c2308 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;