windows setup: Fix some layout issues

This commit is contained in:
Hylke Bons 2012-06-26 10:52:28 +01:00
parent 29c443f230
commit 045d0a56e9

View file

@ -461,10 +461,10 @@ namespace SparkleShare {
TaskbarItemInfo.ProgressState = TaskbarItemProgressState.Normal;
Buttons.Add (finish_button);
Buttons.Add (cancel_button);
Buttons.Add(finish_button);
Controller.UpdateProgressBarEvent += delegate (double percentage) {
Dispatcher.Invoke ((Action) delegate {
progress_bar.Value = percentage;
@ -490,7 +490,7 @@ namespace SparkleShare {
};
TextBlock bullets_block = new TextBlock () {
Text = "•\n\n•"
Text = "•\n\n\n•"
};
help_block.Inlines.Add (new Bold (new Run (Controller.PreviousUrl)));