windows about: make updates line more readable

This commit is contained in:
Hylke Bons 2012-12-06 12:40:44 +00:00
parent cbb9553009
commit d30dd732f8

View file

@ -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 () {