From fd8b1697def9fd5d91463f11cb3fea7f4465a533 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Fri, 26 Aug 2011 21:57:16 +0200 Subject: [PATCH] setup window: match sidebar background color with graphic --- SparkleShare/SparkleSetupWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparkleSetupWindow.cs b/SparkleShare/SparkleSetupWindow.cs index 8ccac09b..ea3fe6a5 100644 --- a/SparkleShare/SparkleSetupWindow.cs +++ b/SparkleShare/SparkleSetupWindow.cs @@ -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",