From d30dd732f8f24981a73bf4e9652dcf8b0f05aa8f Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Thu, 6 Dec 2012 12:40:44 +0000 Subject: [PATCH] windows about: make updates line more readable --- SparkleShare/Windows/SparkleAbout.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/Windows/SparkleAbout.cs b/SparkleShare/Windows/SparkleAbout.cs index 5d59931e..22fd4a12 100644 --- a/SparkleShare/Windows/SparkleAbout.cs +++ b/SparkleShare/Windows/SparkleAbout.cs @@ -89,7 +89,7 @@ namespace SparkleShare { this.updates = new Label () { Content = "Checking for updates...", FontSize = 11, - Foreground = new SolidColorBrush (Color.FromRgb (135, 178, 227)) + Foreground = new SolidColorBrush (Color.FromArgb (128, 255, 255, 255)) }; TextBlock credits = new TextBlock () {