[AppSwitcher] Change separator color

https://bugzilla.gnome.org/show_bug.cgi?id=597362
This commit is contained in:
Dan Winship 2009-10-05 13:12:38 -04:00
parent 6a8b50cb00
commit dc99e8ffcd

View File

@ -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;