From b71ac02dd9abc9fae20c824cda97ba01a202226a Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 6 Oct 2013 23:40:55 +0100 Subject: [PATCH] windows setup: Tweak position of progress label --- SparkleShare/Windows/SparkleSetup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/Windows/SparkleSetup.cs b/SparkleShare/Windows/SparkleSetup.cs index 1bc1582a..0552040f 100644 --- a/SparkleShare/Windows/SparkleSetup.cs +++ b/SparkleShare/Windows/SparkleSetup.cs @@ -467,7 +467,7 @@ namespace SparkleShare { Canvas.SetTop (progress_bar, 150); Canvas.SetLeft (progress_label, 185); - Canvas.SetTop (progress_label, 165); + Canvas.SetTop (progress_label, 175); TaskbarItemInfo.ProgressState = TaskbarItemProgressState.Normal;