windows setup: Tweak position of progress label

This commit is contained in:
Hylke Bons 2013-10-06 23:40:55 +01:00
parent 73c84eaac2
commit b71ac02dd9

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;