setup window: match sidebar background color with graphic

This commit is contained in:
Hylke Bons 2011-08-26 21:57:16 +02:00
parent 57a6d8dbf0
commit fd8b1697de

View file

@ -71,7 +71,7 @@ namespace SparkleShare {
EventBox box = new EventBox ();
Gdk.Color bg_color = new Gdk.Color ();
Gdk.Color.Parse ("#2e3336", ref bg_color);
Gdk.Color.Parse ("#000", ref bg_color);
box.ModifyBg (StateType.Normal, bg_color);
string image_path = SparkleHelpers.CombineMore (Defines.DATAROOTDIR, "sparkleshare",