windows setup: Tweak position of progress label

This commit is contained in:
Hylke Bons 2013-10-06 23:40:55 +01:00
parent 2021ddb542
commit c1ed43e6c9

View file

@ -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;