diff --git a/src/StarfaceOutlookSync/UI/SyncProgressForm.cs b/src/StarfaceOutlookSync/UI/SyncProgressForm.cs index 74240aca..381dffd8 100644 --- a/src/StarfaceOutlookSync/UI/SyncProgressForm.cs +++ b/src/StarfaceOutlookSync/UI/SyncProgressForm.cs @@ -41,7 +41,8 @@ namespace StarfaceOutlookSync.UI _progressBar = new ProgressBar { Left = 12, Top = 38, Width = 460, Height = 22, - Style = ProgressBarStyle.Marquee + Style = ProgressBarStyle.Blocks, + Value = 0 }; _txtLog = new TextBox