<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -160,7 +160,7 @@
             // AboutBox
             // 
             this.AcceptButton = this.okButton;
-            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(435, 283);
             this.Controls.Add(this.tableLayoutPanel);</diff>
      <filename>GitUI/AboutBox.Designer.cs</filename>
    </modified>
    <modified>
      <diff>@@ -182,7 +182,7 @@
             this.workingToolStripMenuItem});
             this.menuStrip1.Location = new System.Drawing.Point(0, 0);
             this.menuStrip1.Name = &quot;menuStrip1&quot;;
-            this.menuStrip1.Size = new System.Drawing.Size(389, 24);
+            this.menuStrip1.Size = new System.Drawing.Size(389, 28);
             this.menuStrip1.TabIndex = 2;
             this.menuStrip1.Text = &quot;menuStrip1&quot;;
             // 
@@ -196,46 +196,46 @@
             this.eToolStripMenuItem,
             this.deleteAllUntrackedFilesToolStripMenuItem});
             this.workingToolStripMenuItem.Name = &quot;workingToolStripMenuItem&quot;;
-            this.workingToolStripMenuItem.Size = new System.Drawing.Size(128, 20);
+            this.workingToolStripMenuItem.Size = new System.Drawing.Size(157, 24);
             this.workingToolStripMenuItem.Text = &quot;Working dir changes&quot;;
             // 
             // deleteSelectedFilesToolStripMenuItem
             // 
             this.deleteSelectedFilesToolStripMenuItem.Name = &quot;deleteSelectedFilesToolStripMenuItem&quot;;
-            this.deleteSelectedFilesToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
+            this.deleteSelectedFilesToolStripMenuItem.Size = new System.Drawing.Size(255, 24);
             this.deleteSelectedFilesToolStripMenuItem.Text = &quot;Delete selected files&quot;;
             this.deleteSelectedFilesToolStripMenuItem.Click += new System.EventHandler(this.deleteSelectedFilesToolStripMenuItem_Click);
             // 
             // resetSelectedFilesToolStripMenuItem
             // 
             this.resetSelectedFilesToolStripMenuItem.Name = &quot;resetSelectedFilesToolStripMenuItem&quot;;
-            this.resetSelectedFilesToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
+            this.resetSelectedFilesToolStripMenuItem.Size = new System.Drawing.Size(255, 24);
             this.resetSelectedFilesToolStripMenuItem.Text = &quot;Reset selected files&quot;;
             this.resetSelectedFilesToolStripMenuItem.Click += new System.EventHandler(this.resetSelectedFilesToolStripMenuItem_Click);
             // 
             // resetAlltrackedChangesToolStripMenuItem
             // 
             this.resetAlltrackedChangesToolStripMenuItem.Name = &quot;resetAlltrackedChangesToolStripMenuItem&quot;;
-            this.resetAlltrackedChangesToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
+            this.resetAlltrackedChangesToolStripMenuItem.Size = new System.Drawing.Size(255, 24);
             this.resetAlltrackedChangesToolStripMenuItem.Text = &quot;Reset all (tracked) changes&quot;;
             this.resetAlltrackedChangesToolStripMenuItem.Click += new System.EventHandler(this.resetAlltrackedChangesToolStripMenuItem_Click);
             // 
             // toolStripSeparator1
             // 
             this.toolStripSeparator1.Name = &quot;toolStripSeparator1&quot;;
-            this.toolStripSeparator1.Size = new System.Drawing.Size(211, 6);
+            this.toolStripSeparator1.Size = new System.Drawing.Size(252, 6);
             // 
             // eToolStripMenuItem
             // 
             this.eToolStripMenuItem.Name = &quot;eToolStripMenuItem&quot;;
-            this.eToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
+            this.eToolStripMenuItem.Size = new System.Drawing.Size(255, 24);
             this.eToolStripMenuItem.Text = &quot;Edit ignored files&quot;;
             this.eToolStripMenuItem.Click += new System.EventHandler(this.eToolStripMenuItem_Click);
             // 
             // deleteAllUntrackedFilesToolStripMenuItem
             // 
             this.deleteAllUntrackedFilesToolStripMenuItem.Name = &quot;deleteAllUntrackedFilesToolStripMenuItem&quot;;
-            this.deleteAllUntrackedFilesToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
+            this.deleteAllUntrackedFilesToolStripMenuItem.Size = new System.Drawing.Size(255, 24);
             this.deleteAllUntrackedFilesToolStripMenuItem.Text = &quot;Delete all untracked files&quot;;
             this.deleteAllUntrackedFilesToolStripMenuItem.Click += new System.EventHandler(this.deleteAllUntrackedFilesToolStripMenuItem_Click);
             // 
@@ -297,19 +297,19 @@
             this.ResetChanges,
             this.deleteFileToolStripMenuItem});
             this.UnstagedFileContext.Name = &quot;UnstagedFileContext&quot;;
-            this.UnstagedFileContext.Size = new System.Drawing.Size(169, 48);
+            this.UnstagedFileContext.Size = new System.Drawing.Size(198, 52);
             // 
             // ResetChanges
             // 
             this.ResetChanges.Name = &quot;ResetChanges&quot;;
-            this.ResetChanges.Size = new System.Drawing.Size(168, 22);
+            this.ResetChanges.Size = new System.Drawing.Size(197, 24);
             this.ResetChanges.Text = &quot;Reset file changes&quot;;
             this.ResetChanges.Click += new System.EventHandler(this.ResetSoft_Click);
             // 
             // deleteFileToolStripMenuItem
             // 
             this.deleteFileToolStripMenuItem.Name = &quot;deleteFileToolStripMenuItem&quot;;
-            this.deleteFileToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
+            this.deleteFileToolStripMenuItem.Size = new System.Drawing.Size(197, 24);
             this.deleteFileToolStripMenuItem.Text = &quot;Delete file&quot;;
             this.deleteFileToolStripMenuItem.Click += new System.EventHandler(this.deleteFileToolStripMenuItem_Click);
             // 
@@ -379,7 +379,7 @@
             this.filesListedToCommitToolStripMenuItem});
             this.menuStrip2.Location = new System.Drawing.Point(0, 0);
             this.menuStrip2.Name = &quot;menuStrip2&quot;;
-            this.menuStrip2.Size = new System.Drawing.Size(389, 24);
+            this.menuStrip2.Size = new System.Drawing.Size(389, 28);
             this.menuStrip2.TabIndex = 5;
             this.menuStrip2.Text = &quot;menuStrip2&quot;;
             // 
@@ -391,32 +391,32 @@
             this.toolStripSeparator2,
             this.stageChunkOfFileToolStripMenuItem});
             this.filesListedToCommitToolStripMenuItem.Name = &quot;filesListedToCommitToolStripMenuItem&quot;;
-            this.filesListedToCommitToolStripMenuItem.Size = new System.Drawing.Size(101, 20);
+            this.filesListedToCommitToolStripMenuItem.Size = new System.Drawing.Size(123, 24);
             this.filesListedToCommitToolStripMenuItem.Text = &quot;Files to commit&quot;;
             // 
             // stageAllToolStripMenuItem
             // 
             this.stageAllToolStripMenuItem.Name = &quot;stageAllToolStripMenuItem&quot;;
-            this.stageAllToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
+            this.stageAllToolStripMenuItem.Size = new System.Drawing.Size(201, 24);
             this.stageAllToolStripMenuItem.Text = &quot;Stage all&quot;;
             this.stageAllToolStripMenuItem.Click += new System.EventHandler(this.stageAllToolStripMenuItem_Click);
             // 
             // unstageAllToolStripMenuItem
             // 
             this.unstageAllToolStripMenuItem.Name = &quot;unstageAllToolStripMenuItem&quot;;
-            this.unstageAllToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
+            this.unstageAllToolStripMenuItem.Size = new System.Drawing.Size(201, 24);
             this.unstageAllToolStripMenuItem.Text = &quot;Unstage all&quot;;
             this.unstageAllToolStripMenuItem.Click += new System.EventHandler(this.unstageAllToolStripMenuItem_Click);
             // 
             // toolStripSeparator2
             // 
             this.toolStripSeparator2.Name = &quot;toolStripSeparator2&quot;;
-            this.toolStripSeparator2.Size = new System.Drawing.Size(169, 6);
+            this.toolStripSeparator2.Size = new System.Drawing.Size(198, 6);
             // 
             // stageChunkOfFileToolStripMenuItem
             // 
             this.stageChunkOfFileToolStripMenuItem.Name = &quot;stageChunkOfFileToolStripMenuItem&quot;;
-            this.stageChunkOfFileToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
+            this.stageChunkOfFileToolStripMenuItem.Size = new System.Drawing.Size(201, 24);
             this.stageChunkOfFileToolStripMenuItem.Text = &quot;Stage chunk of file&quot;;
             this.stageChunkOfFileToolStripMenuItem.Click += new System.EventHandler(this.stageChunkOfFileToolStripMenuItem_Click);
             // 
@@ -489,6 +489,7 @@
             // 
             this.SelectedDiff.Dock = System.Windows.Forms.DockStyle.Fill;
             this.SelectedDiff.Location = new System.Drawing.Point(0, 0);
+            this.SelectedDiff.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.SelectedDiff.Name = &quot;SelectedDiff&quot;;
             this.SelectedDiff.ScrollPos = 0;
             this.SelectedDiff.Size = new System.Drawing.Size(502, 316);
@@ -624,7 +625,7 @@
             this.label1.AutoSize = true;
             this.label1.Location = new System.Drawing.Point(3, 3);
             this.label1.Name = &quot;label1&quot;;
-            this.label1.Size = new System.Drawing.Size(86, 13);
+            this.label1.Size = new System.Drawing.Size(115, 17);
             this.label1.TabIndex = 1;
             this.label1.Text = &quot;Commit message&quot;;
             // 
@@ -651,7 +652,8 @@
             // 
             this.Message.Dock = System.Windows.Forms.DockStyle.Fill;
             this.Message.Location = new System.Drawing.Point(0, 0);
-            this.Message.MistakeFont = new System.Drawing.Font(&quot;Microsoft Sans Serif&quot;, 8.25F, System.Drawing.FontStyle.Underline);
+            this.Message.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.Message.MistakeFont = new System.Drawing.Font(&quot;Microsoft Sans Serif&quot;, 7.8F, System.Drawing.FontStyle.Underline);
             this.Message.Name = &quot;Message&quot;;
             this.Message.Size = new System.Drawing.Size(364, 198);
             this.Message.TabIndex = 0;
@@ -689,7 +691,7 @@
             // 
             this.splitContainer10.Panel2.Controls.Add(this.CloseDialogAfterCommit);
             this.splitContainer10.Size = new System.Drawing.Size(364, 25);
-            this.splitContainer10.SplitterDistance = 188;
+            this.splitContainer10.SplitterDistance = 154;
             this.splitContainer10.TabIndex = 0;
             // 
             // CloseDialogAfterCommit
@@ -699,7 +701,7 @@
             this.CloseDialogAfterCommit.CheckState = System.Windows.Forms.CheckState.Checked;
             this.CloseDialogAfterCommit.Location = new System.Drawing.Point(3, 5);
             this.CloseDialogAfterCommit.Name = &quot;CloseDialogAfterCommit&quot;;
-            this.CloseDialogAfterCommit.Size = new System.Drawing.Size(143, 17);
+            this.CloseDialogAfterCommit.Size = new System.Drawing.Size(188, 21);
             this.CloseDialogAfterCommit.TabIndex = 0;
             this.CloseDialogAfterCommit.Text = &quot;Close dialog after commit&quot;;
             this.CloseDialogAfterCommit.UseVisualStyleBackColor = true;
@@ -707,7 +709,7 @@
             // FormCommit
             // 
             this.AcceptButton = this.Commit;
-            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.CancelButton = this.Cancel;
             this.ClientSize = new System.Drawing.Size(895, 648);</diff>
      <filename>GitUI/Commit.Designer.cs</filename>
    </modified>
    <modified>
      <diff>@@ -190,6 +190,8 @@ namespace GitUI
 
                 if (!form.ErrorOccured())
                 {
+                    Message.Text = string.Empty;
+
                     File.Delete(GitCommands.Settings.WorkingDirGitDir() + &quot;\\COMMITMESSAGE&quot;);
                     if (CloseDialogAfterCommit.Checked)
                         Close();
@@ -542,11 +544,12 @@ namespace GitUI
 
         private void FormCommit_FormClosing(object sender, FormClosingEventArgs e)
         {
-            using (StreamWriter textWriter = new StreamWriter(GitCommands.Settings.WorkingDirGitDir() + &quot;\\COMMITMESSAGE&quot;, false))
-            {
-                textWriter.Write(Message.Text);
-                textWriter.Close();
-            }
+            if (!string.IsNullOrEmpty(Message.Text))
+                using (StreamWriter textWriter = new StreamWriter(GitCommands.Settings.WorkingDirGitDir() + &quot;\\COMMITMESSAGE&quot;, false))
+                {
+                    textWriter.Write(Message.Text);
+                    textWriter.Close();
+                }
         }
 
         private void deleteAllUntrackedFilesToolStripMenuItem_Click(object sender, EventArgs e)</diff>
      <filename>GitUI/Commit.cs</filename>
    </modified>
    <modified>
      <diff>@@ -65,6 +65,7 @@
             this.RevisionGrid.HeadFont = new System.Drawing.Font(&quot;Microsoft Sans Serif&quot;, 8.25F, System.Drawing.FontStyle.Bold);
             this.RevisionGrid.LastRow = 0;
             this.RevisionGrid.Location = new System.Drawing.Point(0, 0);
+            this.RevisionGrid.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.RevisionGrid.Name = &quot;RevisionGrid&quot;;
             this.RevisionGrid.NormalFont = new System.Drawing.Font(&quot;Microsoft Sans Serif&quot;, 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.RevisionGrid.Size = new System.Drawing.Size(699, 425);
@@ -72,9 +73,9 @@
             // 
             // Ok
             // 
-            this.Ok.Location = new System.Drawing.Point(299, 4);
+            this.Ok.Location = new System.Drawing.Point(299, 3);
             this.Ok.Name = &quot;Ok&quot;;
-            this.Ok.Size = new System.Drawing.Size(86, 20);
+            this.Ok.Size = new System.Drawing.Size(86, 24);
             this.Ok.TabIndex = 2;
             this.Ok.Text = &quot;Checkout&quot;;
             this.Ok.UseVisualStyleBackColor = true;
@@ -82,7 +83,7 @@
             // 
             // FormCheckout
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(699, 456);
             this.Controls.Add(this.splitContainer1);</diff>
      <filename>GitUI/FormCheckout.Designer.cs</filename>
    </modified>
    <modified>
      <diff>@@ -68,6 +68,7 @@
             this.RevisionGrid.HeadFont = new System.Drawing.Font(&quot;Microsoft Sans Serif&quot;, 8.25F, System.Drawing.FontStyle.Bold);
             this.RevisionGrid.LastRow = 0;
             this.RevisionGrid.Location = new System.Drawing.Point(0, 0);
+            this.RevisionGrid.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.RevisionGrid.Name = &quot;RevisionGrid&quot;;
             this.RevisionGrid.NormalFont = new System.Drawing.Font(&quot;Microsoft Sans Serif&quot;, 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.RevisionGrid.Size = new System.Drawing.Size(750, 205);
@@ -96,9 +97,10 @@
             // 
             this.DiffFiles.Dock = System.Windows.Forms.DockStyle.Fill;
             this.DiffFiles.FormattingEnabled = true;
+            this.DiffFiles.ItemHeight = 16;
             this.DiffFiles.Location = new System.Drawing.Point(0, 0);
             this.DiffFiles.Name = &quot;DiffFiles&quot;;
-            this.DiffFiles.Size = new System.Drawing.Size(136, 316);
+            this.DiffFiles.Size = new System.Drawing.Size(136, 308);
             this.DiffFiles.Sorted = true;
             this.DiffFiles.TabIndex = 0;
             this.DiffFiles.SelectedIndexChanged += new System.EventHandler(this.DiffFiles_SelectedIndexChanged);
@@ -108,6 +110,7 @@
             // 
             this.DiffText.Dock = System.Windows.Forms.DockStyle.Fill;
             this.DiffText.Location = new System.Drawing.Point(0, 0);
+            this.DiffText.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.DiffText.Name = &quot;DiffText&quot;;
             this.DiffText.ScrollPos = 0;
             this.DiffText.Size = new System.Drawing.Size(610, 320);
@@ -115,7 +118,7 @@
             // 
             // FormDiff
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(750, 529);
             this.Controls.Add(this.splitContainer1);</diff>
      <filename>GitUI/FormDiff.Designer.cs</filename>
    </modified>
    <modified>
      <diff>@@ -64,9 +64,10 @@
             // 
             this.DiffFiles.Dock = System.Windows.Forms.DockStyle.Fill;
             this.DiffFiles.FormattingEnabled = true;
+            this.DiffFiles.ItemHeight = 16;
             this.DiffFiles.Location = new System.Drawing.Point(0, 0);
             this.DiffFiles.Name = &quot;DiffFiles&quot;;
-            this.DiffFiles.Size = new System.Drawing.Size(239, 407);
+            this.DiffFiles.Size = new System.Drawing.Size(239, 404);
             this.DiffFiles.Sorted = true;
             this.DiffFiles.TabIndex = 0;
             this.DiffFiles.SelectedIndexChanged += new System.EventHandler(this.DiffFiles_SelectedIndexChanged);
@@ -76,6 +77,7 @@
             // 
             this.DiffText.Dock = System.Windows.Forms.DockStyle.Fill;
             this.DiffText.Location = new System.Drawing.Point(0, 0);
+            this.DiffText.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
             this.DiffText.Name = &quot;DiffText&quot;;
             this.DiffText.ScrollPos = 0;
             this.DiffText.Size = new System.Drawing.Size(474, 410);
@@ -113,7 +115,7 @@
             // 
             // FormDiffSmall
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(717, 529);
             this.Controls.Add(this.splitContainer2);</diff>
      <filename>GitUI/FormDiffSmall.Designer.cs</filename>
    </modified>
    <modified>
      <diff>@@ -21,9 +21,11 @@ namespace GitUI
             {
                 if (File.Exists(Settings.WorkingDir + &quot;.gitignore&quot;))
                 {
-                    StreamReader re = new StreamReader(Settings.WorkingDir + &quot;.gitignore&quot;, Settings.Encoding);
-                    GitIgnoreFile = re.ReadToEnd();
-                    re.Close();
+                    using (StreamReader re = new StreamReader(Settings.WorkingDir + &quot;.gitignore&quot;, Settings.Encoding))
+                    {
+                        GitIgnoreFile = re.ReadToEnd();
+                        re.Close();
+                    }
                 }
                 GitIgnoreEdit.Text = GitIgnoreFile;
             }
@@ -40,9 +42,11 @@ namespace GitUI
         {
             //Enter a newline to work around a wierd bug that causes the first line to include 3 extra bytes. (encoding marker??)
             GitIgnoreFile = Environment.NewLine + GitIgnoreEdit.Text.Trim();
-            TextWriter tw = new StreamWriter(Settings.WorkingDir + &quot;.gitignore&quot;, false, Settings.Encoding);
-            tw.Write(GitIgnoreFile);
-            tw.Close();
+            using (TextWriter tw = new StreamWriter(Settings.WorkingDir + &quot;.gitignore&quot;, false, Settings.Encoding))
+            {
+                tw.Write(GitIgnoreFile);
+                tw.Close();
+            }
             Close();
 
         }</diff>
      <filename>GitUI/FormGitIgnore.cs</filename>
    </modified>
    <modified>
      <diff>@@ -21,9 +21,11 @@ namespace GitUI
             {
                 if (File.Exists(Settings.WorkingDir + &quot;.mailmap&quot;))
                 {
-                    StreamReader re = new StreamReader(Settings.WorkingDir + &quot;.mailmap&quot;, Settings.Encoding);
-                    MailMapFile = re.ReadToEnd();
-                    re.Close();
+                    using (StreamReader re = new StreamReader(Settings.WorkingDir + &quot;.mailmap&quot;, Settings.Encoding))
+                    {
+                        MailMapFile = re.ReadToEnd();
+                        re.Close();
+                    }
                 }
                 MailMapText.Text = MailMapFile;
             }
@@ -38,9 +40,11 @@ namespace GitUI
         {
             //Enter a newline to work around a wierd bug that causes the first line to include 3 extra bytes. (encoding marker??)
             MailMapFile = Environment.NewLine + MailMapText.Text.Trim();
-            TextWriter tw = new StreamWriter(Settings.WorkingDir + &quot;.mailmap&quot;, false, Settings.Encoding);
-            tw.Write(MailMapFile);
-            tw.Close();
+            using (TextWriter tw = new StreamWriter(Settings.WorkingDir + &quot;.mailmap&quot;, false, Settings.Encoding))
+            {
+                tw.Write(MailMapFile);
+                tw.Close();
+            }
             Close();
         }
 </diff>
      <filename>GitUI/FormMailMap.cs</filename>
    </modified>
    <modified>
      <diff>@@ -77,7 +77,7 @@
             this.Branches.FormattingEnabled = true;
             this.Branches.Location = new System.Drawing.Point(128, 19);
             this.Branches.Name = &quot;Branches&quot;;
-            this.Branches.Size = new System.Drawing.Size(297, 21);
+            this.Branches.Size = new System.Drawing.Size(297, 24);
             this.Branches.TabIndex = 5;
             this.Branches.DropDown += new System.EventHandler(this.Branches_DropDown);
             // 
@@ -86,7 +86,7 @@
             this.label2.AutoSize = true;
             this.label2.Location = new System.Drawing.Point(8, 22);
             this.label2.Name = &quot;label2&quot;;
-            this.label2.Size = new System.Drawing.Size(80, 13);
+            this.label2.Size = new System.Drawing.Size(105, 17);
             this.label2.TabIndex = 6;
             this.label2.Text = &quot;Remote branch&quot;;
             this.Tooltip.SetToolTip(this.label2, &quot;Remote branch to pull. Leave empty to pull all branches.&quot;);
@@ -118,7 +118,7 @@
             this.Merge.Checked = true;
             this.Merge.Location = new System.Drawing.Point(7, 20);
             this.Merge.Name = &quot;Merge&quot;;
-            this.Merge.Size = new System.Drawing.Size(210, 17);
+            this.Merge.Size = new System.Drawing.Size(278, 21);
             this.Merge.TabIndex = 0;
             this.Merge.TabStop = true;
             this.Merge.Text = &quot;&amp;Merge remote branch to current branch&quot;;
@@ -130,10 +130,10 @@
             this.Rebase.AutoSize = true;
             this.Rebase.Location = new System.Drawing.Point(7, 41);
             this.Rebase.Name = &quot;Rebase&quot;;
-            this.Rebase.Size = new System.Drawing.Size(458, 30);
+            this.Rebase.Size = new System.Drawing.Size(542, 38);
             this.Rebase.TabIndex = 1;
             this.Rebase.Text = &quot;&amp;Rebase remote branch to current branch, creates linear history. It is recommeded&quot; +
-                &quot; to choose \r\na remote branch when using rebase. (use with caution)&quot;;
+                &quot;\r\nto choose a remote branch when using rebase. (use with caution)&quot;;
             this.Rebase.UseVisualStyleBackColor = true;
             this.Rebase.CheckedChanged += new System.EventHandler(this.Rebase_CheckedChanged);
             // 
@@ -154,7 +154,7 @@
             this.Fetch.AutoSize = true;
             this.Fetch.Location = new System.Drawing.Point(7, 75);
             this.Fetch.Name = &quot;Fetch&quot;;
-            this.Fetch.Size = new System.Drawing.Size(212, 17);
+            this.Fetch.Size = new System.Drawing.Size(280, 21);
             this.Fetch.TabIndex = 2;
             this.Fetch.TabStop = true;
             this.Fetch.Text = &quot;Do not merge, only &amp;fetch remote branch&quot;;
@@ -167,7 +167,7 @@
             this.PullSource.FormattingEnabled = true;
             this.PullSource.Location = new System.Drawing.Point(128, 46);
             this.PullSource.Name = &quot;PullSource&quot;;
-            this.PullSource.Size = new System.Drawing.Size(297, 21);
+            this.PullSource.Size = new System.Drawing.Size(297, 24);
             this.PullSource.TabIndex = 13;
             this.PullSource.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.PullSource_DrawItem);
             this.PullSource.DropDown += new System.EventHandler(this.PullSource_DropDown);
@@ -187,7 +187,7 @@
             this.Remotes.FormattingEnabled = true;
             this.Remotes.Location = new System.Drawing.Point(128, 19);
             this.Remotes.Name = &quot;Remotes&quot;;
-            this.Remotes.Size = new System.Drawing.Size(297, 21);
+            this.Remotes.Size = new System.Drawing.Size(297, 24);
             this.Remotes.TabIndex = 16;
             this.Remotes.SelectedIndexChanged += new System.EventHandler(this.Remotes_SelectedIndexChanged);
             this.Remotes.Validated += new System.EventHandler(this.Remotes_Validated);
@@ -223,7 +223,7 @@
             this.PullFromUrl.AutoSize = true;
             this.PullFromUrl.Location = new System.Drawing.Point(7, 47);
             this.PullFromUrl.Name = &quot;PullFromUrl&quot;;
-            this.PullFromUrl.Size = new System.Drawing.Size(38, 17);
+            this.PullFromUrl.Size = new System.Drawing.Size(47, 21);
             this.PullFromUrl.TabIndex = 19;
             this.PullFromUrl.Text = &quot;Url&quot;;
             this.Tooltip.SetToolTip(this.PullFromUrl, &quot;Url to pull from&quot;);
@@ -236,7 +236,7 @@
             this.PullFromRemote.Checked = true;
             this.PullFromRemote.Location = new System.Drawing.Point(7, 19);
             this.PullFromRemote.Name = &quot;PullFromRemote&quot;;
-            this.PullFromRemote.Size = new System.Drawing.Size(62, 17);
+            this.PullFromRemote.Size = new System.Drawing.Size(78, 21);
             this.PullFromRemote.TabIndex = 18;
             this.PullFromRemote.TabStop = true;
             this.PullFromRemote.Text = &quot;Remote&quot;;
@@ -260,7 +260,7 @@
             this.AutoStash.AutoSize = true;
             this.AutoStash.Location = new System.Drawing.Point(219, 260);
             this.AutoStash.Name = &quot;AutoStash&quot;;
-            this.AutoStash.Size = new System.Drawing.Size(76, 17);
+            this.AutoStash.Size = new System.Drawing.Size(97, 21);
             this.AutoStash.TabIndex = 20;
             this.AutoStash.Text = &quot;Auto stash&quot;;
             this.AutoStash.UseVisualStyleBackColor = true;
@@ -319,7 +319,7 @@
             // FormPull
             // 
             this.AcceptButton = this.Pull;
-            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(639, 290);
             this.Controls.Add(this.splitContainer1);</diff>
      <filename>GitUI/FormPull.Designer.cs</filename>
    </modified>
    <modified>
      <diff>@@ -111,7 +111,7 @@
             // splitContainer1.Panel2
             // 
             this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
-            this.splitContainer1.Size = new System.Drawing.Size(642, 189);
+            this.splitContainer1.Size = new System.Drawing.Size(642, 186);
             this.splitContainer1.SplitterDistance = 177;
             this.splitContainer1.TabIndex = 0;
             // 
@@ -119,9 +119,10 @@
             // 
             this.Remotes.Dock = System.Windows.Forms.DockStyle.Fill;
             this.Remotes.FormattingEnabled = true;
+            this.Remotes.ItemHeight = 16;
             this.Remotes.Location = new System.Drawing.Point(0, 0);
             this.Remotes.Name = &quot;Remotes&quot;;
-            this.Remotes.Size = new System.Drawing.Size(177, 186);
+            this.Remotes.Size = new System.Drawing.Size(177, 180);
             this.Remotes.TabIndex = 0;
             this.Remotes.SelectedIndexChanged += new System.EventHandler(this.Remotes_SelectedIndexChanged);
             // 
@@ -161,9 +162,9 @@
             // 
             this.LoadSSHKey.Image = global::GitUI.Properties.Resources.putty;
             this.LoadSSHKey.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
-            this.LoadSSHKey.Location = new System.Drawing.Point(183, 39);
+            this.LoadSSHKey.Location = new System.Drawing.Point(130, 39);
             this.LoadSSHKey.Name = &quot;LoadSSHKey&quot;;
-            this.LoadSSHKey.Size = new System.Drawing.Size(123, 23);
+            this.LoadSSHKey.Size = new System.Drawing.Size(143, 23);
             this.LoadSSHKey.TabIndex = 9;
             this.LoadSSHKey.Text = &quot;Load SSH key&quot;;
             this.LoadSSHKey.UseVisualStyleBackColor = true;
@@ -173,7 +174,7 @@
             // 
             this.PuttySshKey.Location = new System.Drawing.Point(107, 13);
             this.PuttySshKey.Name = &quot;PuttySshKey&quot;;
-            this.PuttySshKey.Size = new System.Drawing.Size(246, 20);
+            this.PuttySshKey.Size = new System.Drawing.Size(246, 22);
             this.PuttySshKey.TabIndex = 7;
             this.PuttySshKey.TextChanged += new System.EventHandler(this.PuttySshKey_TextChanged);
             // 
@@ -181,9 +182,9 @@
             // 
             this.TestConnection.Image = global::GitUI.Properties.Resources.putty;
             this.TestConnection.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
-            this.TestConnection.Location = new System.Drawing.Point(312, 39);
+            this.TestConnection.Location = new System.Drawing.Point(279, 39);
             this.TestConnection.Name = &quot;TestConnection&quot;;
-            this.TestConnection.Size = new System.Drawing.Size(123, 23);
+            this.TestConnection.Size = new System.Drawing.Size(156, 23);
             this.TestConnection.TabIndex = 8;
             this.TestConnection.Text = &quot;Test connection&quot;;
             this.TestConnection.UseVisualStyleBackColor = true;
@@ -194,7 +195,7 @@
             this.label3.AutoSize = true;
             this.label3.Location = new System.Drawing.Point(6, 16);
             this.label3.Name = &quot;label3&quot;;
-            this.label3.Size = new System.Drawing.Size(76, 13);
+            this.label3.Size = new System.Drawing.Size(100, 17);
             this.label3.TabIndex = 5;
             this.label3.Text = &quot;Private key file&quot;;
             // 
@@ -242,7 +243,7 @@
             // 
             this.RemoteName.Location = new System.Drawing.Point(113, 19);
             this.RemoteName.Name = &quot;RemoteName&quot;;
-            this.RemoteName.Size = new System.Drawing.Size(246, 20);
+            this.RemoteName.Size = new System.Drawing.Size(246, 22);
             this.RemoteName.TabIndex = 1;
             this.RemoteName.TextChanged += new System.EventHandler(this.RemoteName_TextChanged);
             // 
@@ -251,7 +252,7 @@
             this.label1.AutoSize = true;
             this.label1.Location = new System.Drawing.Point(13, 22);
             this.label1.Name = &quot;label1&quot;;
-            this.label1.Size = new System.Drawing.Size(35, 13);
+            this.label1.Size = new System.Drawing.Size(45, 17);
             this.label1.TabIndex = 0;
             this.label1.Text = &quot;Name&quot;;
             // 
@@ -260,7 +261,7 @@
             this.label2.AutoSize = true;
             this.label2.Location = new System.Drawing.Point(13, 51);
             this.label2.Name = &quot;label2&quot;;
-            this.label2.Size = new System.Drawing.Size(20, 13);
+            this.label2.Size = new System.Drawing.Size(26, 17);
             this.label2.TabIndex = 2;
             this.label2.Text = &quot;Url&quot;;
             // 
@@ -269,7 +270,7 @@
             this.Url.FormattingEnabled = true;
             this.Url.Location = new System.Drawing.Point(113, 48);
             this.Url.Name = &quot;Url&quot;;
-            this.Url.Size = new System.Drawing.Size(246, 21);
+            this.Url.Size = new System.Drawing.Size(246, 24);
             this.Url.TabIndex = 3;
             this.Url.SelectedIndexChanged += new System.EventHandler(this.Url_SelectedIndexChanged);
             this.Url.DropDown += new System.EventHandler(this.Url_DropDown);
@@ -298,10 +299,10 @@
             // tabPage1
             // 
             this.tabPage1.Controls.Add(this.splitContainer1);
-            this.tabPage1.Location = new System.Drawing.Point(4, 22);
+            this.tabPage1.Location = new System.Drawing.Point(4, 25);
             this.tabPage1.Name = &quot;tabPage1&quot;;
             this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
-            this.tabPage1.Size = new System.Drawing.Size(648, 195);
+            this.tabPage1.Size = new System.Drawing.Size(648, 192);
             this.tabPage1.TabIndex = 0;
             this.tabPage1.Text = &quot;Remote repositories&quot;;
             this.tabPage1.UseVisualStyleBackColor = true;
@@ -309,10 +310,10 @@
             // tabPage2
             // 
             this.tabPage2.Controls.Add(this.splitContainer2);
-            this.tabPage2.Location = new System.Drawing.Point(4, 22);
+            this.tabPage2.Location = new System.Drawing.Point(4, 25);
             this.tabPage2.Name = &quot;tabPage2&quot;;
             this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
-            this.tabPage2.Size = new System.Drawing.Size(648, 195);
+            this.tabPage2.Size = new System.Drawing.Size(648, 192);
             this.tabPage2.TabIndex = 1;
             this.tabPage2.Text = &quot;Default pull behaviour (fetch &amp; merge)&quot;;
             this.tabPage2.UseVisualStyleBackColor = true;
@@ -333,8 +334,8 @@
             // 
             this.splitContainer2.Panel2.Controls.Add(this.Prune);
             this.splitContainer2.Panel2.Controls.Add(this.UpdateBranch);
-            this.splitContainer2.Size = new System.Drawing.Size(642, 189);
-            this.splitContainer2.SplitterDistance = 155;
+            this.splitContainer2.Size = new System.Drawing.Size(642, 186);
+            this.splitContainer2.SplitterDistance = 152;
             this.splitContainer2.TabIndex = 11;
             // 
             // splitContainer3
@@ -356,7 +357,7 @@
             this.splitContainer3.Panel2.Controls.Add(this.label6);
             this.splitContainer3.Panel2.Controls.Add(this.label5);
             this.splitContainer3.Panel2.Controls.Add(this.label4);
-            this.splitContainer3.Size = new System.Drawing.Size(642, 155);
+            this.splitContainer3.Size = new System.Drawing.Size(642, 152);
             this.splitContainer3.SplitterDistance = 376;
             this.splitContainer3.TabIndex = 1;
             // 
@@ -389,7 +390,7 @@
             this.RemoteBranches.ReadOnly = true;
             this.RemoteBranches.RowHeadersVisible = false;
             this.RemoteBranches.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
-            this.RemoteBranches.Size = new System.Drawing.Size(376, 155);
+            this.RemoteBranches.Size = new System.Drawing.Size(376, 152);
             this.RemoteBranches.TabIndex = 0;
             this.RemoteBranches.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.RemoteBranches_RowValidated);
             this.RemoteBranches.SelectionChanged += new System.EventHandler(this.RemoteBranches_SelectionChanged);
@@ -513,7 +514,7 @@
             // 
             this.LocalBranchNameEdit.Location = new System.Drawing.Point(124, 6);
             this.LocalBranchNameEdit.Name = &quot;LocalBranchNameEdit&quot;;
-            this.LocalBranchNameEdit.Size = new System.Drawing.Size(133, 20);
+            this.LocalBranchNameEdit.Size = new System.Drawing.Size(133, 22);
             this.LocalBranchNameEdit.TabIndex = 5;
             this.LocalBranchNameEdit.TextChanged += new System.EventHandler(this.LocalBranchNameEdit_TextChanged);
             // 
@@ -522,7 +523,7 @@
             this.RemoteRepositoryCombo.FormattingEnabled = true;
             this.RemoteRepositoryCombo.Location = new System.Drawing.Point(124, 32);
             this.RemoteRepositoryCombo.Name = &quot;RemoteRepositoryCombo&quot;;
-            this.RemoteRepositoryCombo.Size = new System.Drawing.Size(133, 21);
+            this.RemoteRepositoryCombo.Size = new System.Drawing.Size(133, 24);
             this.RemoteRepositoryCombo.TabIndex = 4;
             this.RemoteRepositoryCombo.SelectedIndexChanged += new System.EventHandler(this.RemoteRepositoryCombo_SelectedIndexChanged);
             this.RemoteRepositoryCombo.Validated += new System.EventHandler(this.RemoteRepositoryCombo_Validated);
@@ -532,7 +533,7 @@
             this.DefaultMergeWithCombo.FormattingEnabled = true;
             this.DefaultMergeWithCombo.Location = new System.Drawing.Point(124, 59);
             this.DefaultMergeWithCombo.Name = &quot;DefaultMergeWithCombo&quot;;
-            this.DefaultMergeWithCombo.Size = new System.Drawing.Size(133, 21);
+            this.DefaultMergeWithCombo.Size = new System.Drawing.Size(133, 24);
             this.DefaultMergeWithCombo.TabIndex = 3;
             this.DefaultMergeWithCombo.SelectedIndexChanged += new System.EventHandler(this.DefaultMergeWithCombo_SelectedIndexChanged);
             this.DefaultMergeWithCombo.Validated += new System.EventHandler(this.DefaultMergeWithCombo_Validated);
@@ -543,7 +544,7 @@
             this.label6.AutoSize = true;
             this.label6.Location = new System.Drawing.Point(7, 62);
             this.label6.Name = &quot;label6&quot;;
-            this.label6.Size = new System.Drawing.Size(95, 13);
+            this.label6.Size = new System.Drawing.Size(125, 17);
             this.label6.TabIndex = 2;
             this.label6.Text = &quot;Default merge with&quot;;
             // 
@@ -552,7 +553,7 @@
             this.label5.AutoSize = true;
             this.label5.Location = new System.Drawing.Point(7, 35);
             this.label5.Name = &quot;label5&quot;;
-            this.label5.Size = new System.Drawing.Size(92, 13);
+            this.label5.Size = new System.Drawing.Size(124, 17);
             this.label5.TabIndex = 1;
             this.label5.Text = &quot;Remote repository&quot;;
             // 
@@ -561,7 +562,7 @@
             this.label4.AutoSize = true;
             this.label4.Location = new System.Drawing.Point(7, 9);
             this.label4.Name = &quot;label4&quot;;
-            this.label4.Size = new System.Drawing.Size(98, 13);
+            this.label4.Size = new System.Drawing.Size(129, 17);
             this.label4.TabIndex = 0;
             this.label4.Text = &quot;Local branch name&quot;;
             // 
@@ -607,7 +608,7 @@
             // 
             // FormRemotes
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(656, 221);
             this.Controls.Add(this.tabControl1);</diff>
      <filename>GitUI/FormRemotes.Designer.cs</filename>
    </modified>
    <modified>
      <diff>@@ -183,10 +183,10 @@
             this.LocalSettings.Controls.Add(this.UserName);
             this.LocalSettings.Controls.Add(this.label2);
             this.LocalSettings.Controls.Add(this.label1);
-            this.LocalSettings.Location = new System.Drawing.Point(4, 22);
+            this.LocalSettings.Location = new System.Drawing.Point(4, 25);
             this.LocalSettings.Name = &quot;LocalSettings&quot;;
             this.LocalSettings.Padding = new System.Windows.Forms.Padding(3);
-            this.LocalSettings.Size = new System.Drawing.Size(655, 328);
+            this.LocalSettings.Size = new System.Drawing.Size(710, 319);
             this.LocalSettings.TabIndex = 0;
             this.LocalSettings.Text = &quot;Local settings&quot;;
             this.LocalSettings.UseVisualStyleBackColor = true;
@@ -196,7 +196,7 @@
             this.lblLocalAutoCRLF.AutoSize = true;
             this.lblLocalAutoCRLF.Location = new System.Drawing.Point(8, 156);
             this.lblLocalAutoCRLF.Name = &quot;lblLocalAutoCRLF&quot;;
-            this.lblLocalAutoCRLF.Size = new System.Drawing.Size(295, 13);
+            this.lblLocalAutoCRLF.Size = new System.Drawing.Size(391, 17);
             this.lblLocalAutoCRLF.TabIndex = 22;
             this.lblLocalAutoCRLF.Text = &quot;Convert CRLF at the end of lines in text files to LF, AutoCRLF&quot;;
             // 
@@ -207,9 +207,9 @@
             &quot;true&quot;,
             &quot;false&quot;,
             &quot;input&quot;});
-            this.LocalAutoCRLF.Location = new System.Drawing.Point(309, 148);
+            this.LocalAutoCRLF.Location = new System.Drawing.Point(405, 149);
             this.LocalAutoCRLF.Name = &quot;LocalAutoCRLF&quot;;
-            this.LocalAutoCRLF.Size = new System.Drawing.Size(121, 21);
+            this.LocalAutoCRLF.Size = new System.Drawing.Size(121, 24);
             this.LocalAutoCRLF.TabIndex = 21;
             // 
             // InvalidGitPathLocal
@@ -218,9 +218,9 @@
             this.InvalidGitPathLocal.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
             this.InvalidGitPathLocal.Controls.Add(this.label21);
             this.InvalidGitPathLocal.Controls.Add(this.pictureBox3);
-            this.InvalidGitPathLocal.Location = new System.Drawing.Point(295, 8);
+            this.InvalidGitPathLocal.Location = new System.Drawing.Point(405, 8);
             this.InvalidGitPathLocal.Name = &quot;InvalidGitPathLocal&quot;;
-            this.InvalidGitPathLocal.Size = new System.Drawing.Size(246, 62);
+            this.InvalidGitPathLocal.Size = new System.Drawing.Size(297, 65);
             this.InvalidGitPathLocal.TabIndex = 20;
             this.InvalidGitPathLocal.Visible = false;
             // 
@@ -229,7 +229,7 @@
             this.label21.AutoSize = true;
             this.label21.Location = new System.Drawing.Point(63, 9);
             this.label21.Name = &quot;label21&quot;;
-            this.label21.Size = new System.Drawing.Size(175, 39);
+            this.label21.Size = new System.Drawing.Size(232, 51);
             this.label21.TabIndex = 19;
             this.label21.Text = &quot;You need to set the correct path to \r\ngit.cmd before you can change\r\nlocal settin&quot; +
                 &quot;gs.\r\n&quot;;
@@ -248,9 +248,9 @@
             this.NoGitRepo.AutoSize = true;
             this.NoGitRepo.Font = new System.Drawing.Font(&quot;Microsoft Sans Serif&quot;, 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.NoGitRepo.ForeColor = System.Drawing.Color.Red;
-            this.NoGitRepo.Location = new System.Drawing.Point(350, 76);
+            this.NoGitRepo.Location = new System.Drawing.Point(460, 76);
             this.NoGitRepo.Name = &quot;NoGitRepo&quot;;
-            this.NoGitRepo.Size = new System.Drawing.Size(106, 13);
+            this.NoGitRepo.Size = new System.Drawing.Size(143, 17);
             this.NoGitRepo.TabIndex = 12;
             this.NoGitRepo.Text = &quot;Not in a git repository&quot;;
             // 
@@ -259,9 +259,9 @@
             this.label20.AutoSize = true;
             this.label20.BackColor = System.Drawing.SystemColors.Info;
             this.label20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
-            this.label20.Location = new System.Drawing.Point(335, 8);
+            this.label20.Location = new System.Drawing.Point(440, 6);
             this.label20.Name = &quot;label20&quot;;
-            this.label20.Size = new System.Drawing.Size(145, 54);
+            this.label20.Size = new System.Drawing.Size(195, 70);
             this.label20.TabIndex = 11;
             this.label20.Text = &quot;You only need local settings\r\nif you want to override the \r\nglobal settings for t&quot; +
                 &quot;he current\r\nrepository.&quot;;
@@ -274,7 +274,7 @@
             &quot;p4merge&quot;});
             this.MergeTool.Location = new System.Drawing.Point(118, 94);
             this.MergeTool.Name = &quot;MergeTool&quot;;
-            this.MergeTool.Size = new System.Drawing.Size(159, 21);
+            this.MergeTool.Size = new System.Drawing.Size(159, 24);
             this.MergeTool.TabIndex = 10;
             // 
             // KeepMergeBackup
@@ -282,10 +282,10 @@
             this.KeepMergeBackup.AutoSize = true;
             this.KeepMergeBackup.Checked = true;
             this.KeepMergeBackup.CheckState = System.Windows.Forms.CheckState.Indeterminate;
-            this.KeepMergeBackup.Location = new System.Drawing.Point(150, 127);
+            this.KeepMergeBackup.Location = new System.Drawing.Point(189, 124);
             this.KeepMergeBackup.Name = &quot;KeepMergeBackup&quot;;
             this.KeepMergeBackup.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
-            this.KeepMergeBackup.Size = new System.Drawing.Size(175, 17);
+            this.KeepMergeBackup.Size = new System.Drawing.Size(232, 21);
             this.KeepMergeBackup.TabIndex = 9;
             this.KeepMergeBackup.Text = &quot;Keep backup (.orig) after merge&quot;;
             this.KeepMergeBackup.UseVisualStyleBackColor = true;
@@ -295,7 +295,7 @@
             this.label8.AutoSize = true;
             this.label8.Location = new System.Drawing.Point(8, 97);
             this.label8.Name = &quot;label8&quot;;
-            this.label8.Size = new System.Drawing.Size(54, 13);
+            this.label8.Size = new System.Drawing.Size(71, 17);
             this.label8.TabIndex = 6;
             this.label8.Text = &quot;Mergetool&quot;;
             // 
@@ -303,7 +303,7 @@
             // 
             this.Editor.Location = new System.Drawing.Point(118, 67);
             this.Editor.Name = &quot;Editor&quot;;
-            this.Editor.Size = new System.Drawing.Size(159, 20);
+            this.Editor.Size = new System.Drawing.Size(159, 22);
             this.Editor.TabIndex = 5;
             // 
             // label5
@@ -311,7 +311,7 @@
             this.label5.AutoSize = true;
             this.label5.Location = new System.Drawing.Point(8, 70);
             this.label5.Name = &quot;label5&quot;;
-            this.label5.Size = new System.Drawing.Size(34, 13);
+            this.label5.Size = new System.Drawing.Size(45, 17);
             this.label5.TabIndex = 4;
             this.label5.Text = &quot;Editor&quot;;
             // 
@@ -319,7 +319,7 @@
             // 
             this.UserEmail.Location = new System.Drawing.Point(118, 40);
             this.UserEmail.Name = &quot;UserEmail&quot;;
-            this.UserEmail.Size = new System.Drawing.Size(159, 20);
+            this.UserEmail.Size = new System.Drawing.Size(159, 22);
             this.UserEmail.TabIndex = 3;
             this.UserEmail.TextChanged += new System.EventHandler(this.UserEmail_TextChanged);
             // 
@@ -327,7 +327,7 @@
             // 
             this.UserName.Location = new System.Drawing.Point(118, 12);
             this.UserName.Name = &quot;UserName&quot;;
-            this.UserName.Size = new System.Drawing.Size(159, 20);
+            this.UserName.Size = new System.Drawing.Size(159, 22);
             this.UserName.TabIndex = 1;
             this.UserName.TextChanged += new System.EventHandler(this.UserName_TextChanged);
             // 
@@ -336,7 +336,7 @@
             this.label2.AutoSize = true;
             this.label2.Location = new System.Drawing.Point(8, 40);
             this.label2.Name = &quot;label2&quot;;
-            this.label2.Size = new System.Drawing.Size(56, 13);
+            this.label2.Size = new System.Drawing.Size(75, 17);
             this.label2.TabIndex = 2;
             this.label2.Text = &quot;User email&quot;;
             // 
@@ -345,15 +345,15 @@
             this.label1.AutoSize = true;
             this.label1.Location = new System.Drawing.Point(8, 12);
             this.label1.Name = &quot;label1&quot;;
-            this.label1.Size = new System.Drawing.Size(58, 13);
+            this.label1.Size = new System.Drawing.Size(77, 17);
             this.label1.TabIndex = 0;
             this.label1.Text = &quot;User name&quot;;
             // 
             // SmtpServer
             // 
-            this.SmtpServer.Location = new System.Drawing.Point(305, 142);
+            this.SmtpServer.Location = new System.Drawing.Point(382, 141);
             this.SmtpServer.Name = &quot;SmtpServer&quot;;
-            this.SmtpServer.Size = new System.Drawing.Size(242, 20);
+            this.SmtpServer.Size = new System.Drawing.Size(242, 22);
             this.SmtpServer.TabIndex = 17;
             // 
             // label23
@@ -361,7 +361,7 @@
             this.label23.AutoSize = true;
             this.label23.Location = new System.Drawing.Point(8, 145);
             this.label23.Name = &quot;label23&quot;;
-            this.label23.Size = new System.Drawing.Size(159, 13);
+            this.label23.Size = new System.Drawing.Size(213, 17);
             this.label23.TabIndex = 18;
             this.label23.Text = &quot;Smtp server for sending patches&quot;;
             // 
@@ -377,7 +377,7 @@
             this.tabControl1.Location = new System.Drawing.Point(0, 0);
             this.tabControl1.Name = &quot;tabControl1&quot;;
             this.tabControl1.SelectedIndex = 0;
-            this.tabControl1.Size = new System.Drawing.Size(663, 354);
+            this.tabControl1.Size = new System.Drawing.Size(718, 348);
             this.tabControl1.TabIndex = 0;
             // 
             // tabPage3
@@ -392,9 +392,9 @@
             this.tabPage3.Controls.Add(this.UserNameSet);
             this.tabPage3.Controls.Add(this.ShellExtensionsRegistered);
             this.tabPage3.Controls.Add(this.GitExtensionsInstall);
-            this.tabPage3.Location = new System.Drawing.Point(4, 22);
+            this.tabPage3.Location = new System.Drawing.Point(4, 25);
             this.tabPage3.Name = &quot;tabPage3&quot;;
-            this.tabPage3.Size = new System.Drawing.Size(655, 328);
+            this.tabPage3.Size = new System.Drawing.Size(710, 319);
             this.tabPage3.TabIndex = 2;
             this.tabPage3.Text = &quot;Checklist&quot;;
             this.tabPage3.UseVisualStyleBackColor = true;
@@ -408,7 +408,7 @@
             this.SshConfig.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
             this.SshConfig.Location = new System.Drawing.Point(9, 203);
             this.SshConfig.Name = &quot;SshConfig&quot;;
-            this.SshConfig.Size = new System.Drawing.Size(631, 23);
+            this.SshConfig.Size = new System.Drawing.Size(693, 23);
             this.SshConfig.TabIndex = 10;
             this.SshConfig.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
             this.SshConfig.UseVisualStyleBackColor = false;
@@ -423,7 +423,7 @@
             this.GitBinFound.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
             this.GitBinFound.Location = new System.Drawing.Point(9, 58);
             this.GitBinFound.Name = &quot;GitBinFound&quot;;
-            this.GitBinFound.Size = new System.Drawing.Size(631, 23);
+            this.GitBinFound.Size = new System.Drawing.Size(693, 23);
             this.GitBinFound.TabIndex = 9;
             this.GitBinFound.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
             this.GitBinFound.UseVisualStyleBackColor = false;
@@ -431,9 +431,9 @@
             // 
             // Rescan
             // 
-            this.Rescan.Location = new System.Drawing.Point(540, 273);
+            this.Rescan.Location = new System.Drawing.Point(574, 286);
             this.Rescan.Name = &quot;Rescan&quot;;
-            this.Rescan.Size = new System.Drawing.Size(100, 23);
+            this.Rescan.Size = new System.Drawing.Size(128, 24);
             this.Rescan.TabIndex = 8;
             this.Rescan.Text = &quot;Save and rescan&quot;;
             this.Rescan.UseVisualStyleBackColor = true;
@@ -442,9 +442,9 @@
             // CheckAtStartup
             // 
             this.CheckAtStartup.AutoSize = true;
-            this.CheckAtStartup.Location = new System.Drawing.Point(174, 277);
+            this.CheckAtStartup.Location = new System.Drawing.Point(12, 286);
             this.CheckAtStartup.Name = &quot;CheckAtStartup&quot;;
-            this.CheckAtStartup.Size = new System.Drawing.Size(368, 17);
+            this.CheckAtStartup.Size = new System.Drawing.Size(493, 21);
             this.CheckAtStartup.TabIndex = 7;
             this.CheckAtStartup.Text = &quot;Check settings at startup (disables automatically if all settings are correct)&quot;;
             this.CheckAtStartup.UseVisualStyleBackColor = true;
@@ -455,10 +455,10 @@
             this.label11.AutoSize = true;
             this.label11.Location = new System.Drawing.Point(9, 4);
             this.label11.Name = &quot;label11&quot;;
-            this.label11.Size = new System.Drawing.Size(550, 13);
+            this.label11.Size = new System.Drawing.Size(577, 17);
             this.label11.TabIndex = 6;
             this.label11.Text = &quot;The checklist below validates the basic settings needed for GitExtensions to work&quot; +
-                &quot; properly. (click on an item to fix it)&quot;;
+                &quot; properly.&quot;;
             // 
             // GitFound
             // 
@@ -469,7 +469,7 @@
             this.GitFound.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
             this.GitFound.Location = new System.Drawing.Point(9, 29);
             this.GitFound.Name = &quot;GitFound&quot;;
-            this.GitFound.Size = new System.Drawing.Size(631, 23);
+            this.GitFound.Size = new System.Drawing.Size(693, 23);
             this.GitFound.TabIndex = 5;
             this.GitFound.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
             this.GitFound.UseVisualStyleBackColor = false;
@@ -484,7 +484,7 @@
             this.DiffTool.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
             this.DiffTool.Location = new System.Drawing.Point(9, 145);
             this.DiffTool.Name = &quot;DiffTool&quot;;
-            this.DiffTool.Size = new System.Drawing.Size(631, 23);
+            this.DiffTool.Size = new System.Drawing.Size(693, 23);
             this.DiffTool.TabIndex = 4;
             this.DiffTool.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
             this.DiffTool.UseVisualStyleBackColor = false;
@@ -499,7 +499,7 @@
             this.UserNameSet.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
             this.UserNameSet.Location = new System.Drawing.Point(9, 116);
             this.UserNameSet.Name = &quot;UserNameSet&quot;;
-            this.UserNameSet.Size = new System.Drawing.Size(631, 23);
+            this.UserNameSet.Size = new System.Drawing.Size(693, 23);
             this.UserNameSet.TabIndex = 3;
             this.UserNameSet.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
             this.UserNameSet.UseVisualStyleBackColor = false;
@@ -514,7 +514,7 @@
             this.ShellExtensionsRegistered.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
             this.ShellExtensionsRegistered.Location = new System.Drawing.Point(9, 87);
             this.ShellExtensionsRegistered.Name = &quot;ShellExtensionsRegistered&quot;;
-            this.ShellExtensionsRegistered.Size = new System.Drawing.Size(631, 23);
+            this.ShellExtensionsRegistered.Size = new System.Drawing.Size(693, 23);
             this.ShellExtensionsRegistered.TabIndex = 2;
             this.ShellExtensionsRegistered.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
             this.ShellExtensionsRegistered.UseVisualStyleBackColor = false;
@@ -529,7 +529,7 @@
             this.GitExtensionsInstall.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
             this.GitExtensionsInstall.Location = new System.Drawing.Point(9, 174);
             this.GitExtensionsInstall.Name = &quot;GitExtensionsInstall&quot;;
-            this.GitExtensionsInstall.Size = new System.Drawing.Size(631, 23);
+            this.GitExtensionsInstall.Size = new System.Drawing.Size(693, 23);
             this.GitExtensionsInstall.TabIndex = 1;
             this.GitExtensionsInstall.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
             this.GitExtensionsInstall.UseVisualStyleBackColor = false;
@@ -556,9 +556,9 @@
             this.TabPageGitExtensions.Controls.Add(this.label13);
             this.TabPageGitExtensions.Controls.Add(this.MaxCommits);
             this.TabPageGitExtensions.Controls.Add(this.label12);
-            this.TabPageGitExtensions.Location = new System.Drawing.Point(4, 22);
+            this.TabPageGitExtensions.Location = new System.Drawing.Point(4, 25);
             this.TabPageGitExtensions.Name = &quot;TabPageGitExtensions&quot;;
-            this.TabPageGitExtensions.Size = new System.Drawing.Size(655, 328);
+            this.TabPageGitExtensions.Size = new System.Drawing.Size(710, 319);
             this.TabPageGitExtensions.TabIndex = 3;
             this.TabPageGitExtensions.Text = &quot;Git extensions&quot;;
             this.TabPageGitExtensions.UseVisualStyleBackColor = true;
@@ -567,9 +567,9 @@
             // EncodingLabel
             // 
             this.EncodingLabel.AutoSize = true;
-            this.EncodingLabel.Location = new System.Drawing.Point(247, 289);
+            this.EncodingLabel.Location = new System.Drawing.Point(332, 291);
             this.EncodingLabel.Name = &quot;EncodingLabel&quot;;
-            this.EncodingLabel.Size = new System.Drawing.Size(52, 13);
+            this.EncodingLabel.Size = new System.Drawing.Size(67, 17);
             this.EncodingLabel.TabIndex = 20;
             this.EncodingLabel.Text = &quot;Encoding&quot;;
             // 
@@ -582,17 +582,17 @@
             &quot;UTF7&quot;,
             &quot;UTF8&quot;,
             &quot;UTF32&quot;});
-            this.Encoding.Location = new System.Drawing.Point(305, 286);
+            this.Encoding.Location = new System.Drawing.Point(404, 289);
             this.Encoding.Name = &quot;Encoding&quot;;
-            this.Encoding.Size = new System.Drawing.Size(242, 21);
+            this.Encoding.Size = new System.Drawing.Size(242, 24);
             this.Encoding.TabIndex = 19;
             // 
             // Dictionary
             // 
             this.Dictionary.FormattingEnabled = true;
-            this.Dictionary.Location = new System.Drawing.Point(305, 111);
+            this.Dictionary.Location = new System.Drawing.Point(382, 110);
             this.Dictionary.Name = &quot;Dictionary&quot;;
-            this.Dictionary.Size = new System.Drawing.Size(242, 21);
+            this.Dictionary.Size = new System.Drawing.Size(242, 24);
             this.Dictionary.TabIndex = 15;
             this.Dictionary.SelectedIndexChanged += new System.EventHandler(this.Dictionary_SelectedIndexChanged);
             this.Dictionary.DropDown += new System.EventHandler(this.Dictionary_DropDown);
@@ -602,17 +602,17 @@
             this.label22.AutoSize = true;
             this.label22.Location = new System.Drawing.Point(8, 119);
             this.label22.Name = &quot;label22&quot;;
-            this.label22.Size = new System.Drawing.Size(152, 13);
+            this.label22.Size = new System.Drawing.Size(202, 17);
             this.label22.TabIndex = 14;
             this.label22.Text = &quot;Dictionary for spelling checker.&quot;;
             // 
             // ShowRelativeDate
             // 
             this.ShowRelativeDate.AutoSize = true;
-            this.ShowRelativeDate.Location = new System.Drawing.Point(119, 263);
+            this.ShowRelativeDate.Location = new System.Drawing.Point(156, 265);
             this.ShowRelativeDate.Name = &quot;ShowRelativeDate&quot;;
             this.ShowRelativeDate.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
-            this.ShowRelativeDate.Size = new System.Drawing.Size(203, 17);
+            this.ShowRelativeDate.Size = new System.Drawing.Size(266, 21);
             this.ShowRelativeDate.TabIndex = 13;
             this.ShowRelativeDate.Text = &quot;Show relative date instead of full date&quot;;
             this.ShowRelativeDate.UseVisualStyleBackColor = true;
@@ -620,10 +620,10 @@
             // UseFastChecks
             // 
             this.UseFastChecks.AutoSize = true;
-            this.UseFastChecks.Location = new System.Drawing.Point(47, 240);
+            this.UseFastChecks.Location = new System.Drawing.Point(64, 242);
             this.UseFastChecks.Name = &quot;UseFastChecks&quot;;
             this.UseFastChecks.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
-            this.UseFastChecks.Size = new System.Drawing.Size(275, 17);
+            this.UseFastChecks.Size = new System.Drawing.Size(358, 21);
             this.UseFastChecks.TabIndex = 12;
             this.UseFastChecks.Text = &quot;Use FileSystemWatcher to check if index is changed&quot;;
             this.UseFastChecks.UseVisualStyleBackColor = true;
@@ -631,10 +631,10 @@
             // ShowGitCommandLine
             // 
             this.ShowGitCommandLine.AutoSize = true;
-            this.ShowGitCommandLine.Location = new System.Drawing.Point(39, 194);
+            this.ShowGitCommandLine.Location = new System.Drawing.Point(52, 195);
             this.ShowGitCommandLine.Name = &quot;ShowGitCommandLine&quot;;
             this.ShowGitCommandLine.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
-            this.ShowGitCommandLine.Size = new System.Drawing.Size(283, 17);
+            this.ShowGitCommandLine.Size = new System.Drawing.Size(370, 21);
             this.ShowGitCommandLine.TabIndex = 11;
             this.ShowGitCommandLine.Text = &quot;Show Git commandline dialog when executing process&quot;;
             this.ShowGitCommandLine.UseVisualStyleBackColor = true;
@@ -642,10 +642,10 @@
             // ShowRevisionGraph
             // 
             this.ShowRevisionGraph.AutoSize = true;
-            this.ShowRevisionGraph.Location = new System.Drawing.Point(136, 217);
+            this.ShowRevisionGraph.Location = new System.Drawing.Point(178, 219);
             this.ShowRevisionGraph.Name = &quot;ShowRevisionGraph&quot;;
             this.ShowRevisionGraph.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
-            this.ShowRevisionGraph.Size = new System.Drawing.Size(186, 17);
+            this.ShowRevisionGraph.Size = new System.Drawing.Size(244, 21);
             this.ShowRevisionGraph.TabIndex = 10;
             this.ShowRevisionGraph.Text = &quot;Show revision graph in commit log&quot;;
             this.ShowRevisionGraph.UseVisualStyleBackColor = true;
@@ -657,14 +657,14 @@
             this.CloseProcessDialog.Location = new System.Drawing.Point(8, 171);
             this.CloseProcessDialog.Name = &quot;CloseProcessDialog&quot;;
             this.CloseProcessDialog.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
-            this.CloseProcessDialog.Size = new System.Drawing.Size(314, 17);
+            this.CloseProcessDialog.Size = new System.Drawing.Size(414, 21);
             this.CloseProcessDialog.TabIndex = 9;
             this.CloseProcessDialog.Text = &quot;Close process dialog automaticly when process is succeeded&quot;;
             this.CloseProcessDialog.UseVisualStyleBackColor = true;
             // 
             // BrowseGitBinPath
             // 
-            this.BrowseGitBinPath.Location = new System.Drawing.Point(571, 32);
+            this.BrowseGitBinPath.Location = new System.Drawing.Point(627, 34);
             this.BrowseGitBinPath.Name = &quot;BrowseGitBinPath&quot;;
             this.BrowseGitBinPath.Size = new System.Drawing.Size(75, 23);
             this.BrowseGitBinPath.TabIndex = 8;
@@ -674,9 +674,9 @@
             // 
             // GitBinPath
             // 
-            this.GitBinPath.Location = new System.Drawing.Point(305, 36);
+            this.GitBinPath.Location = new System.Drawing.Point(382, 35);
             this.GitBinPath.Name = &quot;GitBinPath&quot;;
-            this.GitBinPath.Size = new System.Drawing.Size(242, 20);
+            this.GitBinPath.Size = new System.Drawing.Size(242, 22);
             this.GitBinPath.TabIndex = 7;
             // 
             // label14
@@ -684,13 +684,13 @@
             this.label14.AutoSize = true;
             this.label14.Location = new System.Drawing.Point(8, 40);
             this.label14.Name = &quot;label14&quot;;
-            this.label14.Size = new System.Drawing.Size(267, 13);
+            this.label14.Size = new System.Drawing.Size(355, 17);
             this.label14.TabIndex = 6;
             this.label14.Text = &quot;Path to git.exe (leave empty when git.exe is in the path)&quot;;
             // 
             // BrowseGitPath
             // 
-            this.BrowseGitPath.Location = new System.Drawing.Point(571, 6);
+            this.BrowseGitPath.Location = new System.Drawing.Point(627, 8);
             this.BrowseGitPath.Name = &quot;BrowseGitPath&quot;;
             this.BrowseGitPath.Size = new System.Drawing.Size(75, 23);
             this.BrowseGitPath.TabIndex = 5;
@@ -700,9 +700,9 @@
             // 
             // GitPath
             // 
-            this.GitPath.Location = new System.Drawing.Point(305, 10);
+            this.GitPath.Location = new System.Drawing.Point(382, 9);
             this.GitPath.Name = &quot;GitPath&quot;;
-            this.GitPath.Size = new System.Drawing.Size(242, 20);
+            this.GitPath.Size = new System.Drawing.Size(242, 22);
             this.GitPath.TabIndex = 4;
             this.GitPath.TextChanged += new System.EventHandler(this.GitPath_TextChanged);
             // 
@@ -711,7 +711,7 @@
             this.label13.AutoSize = true;
             this.label13.Location = new System.Drawing.Point(8, 14);
             this.label13.Name = &quot;label13&quot;;
-            this.label13.Size = new System.Drawing.Size(273, 13);
+            this.label13.Size = new System.Drawing.Size(363, 17);
             this.label13.TabIndex = 3;
             this.label13.Text = &quot;Path to git.cmd (leave empty when git.cmd is in the path)&quot;;
             // 
@@ -722,14 +722,14 @@
             0,
             0,
             0});
-            this.MaxCommits.Location = new System.Drawing.Point(305, 64);
+            this.MaxCommits.Location = new System.Drawing.Point(382, 63);
             this.MaxCommits.Maximum = new decimal(new int[] {
             1000000,
             0,
             0,
             0});
             this.MaxCommits.Name = &quot;MaxCommits&quot;;
-            this.MaxCommits.Size = new System.Drawing.Size(123, 20);
+            this.MaxCommits.Size = new System.Drawing.Size(123, 22);
             this.MaxCommits.TabIndex = 2;
             this.MaxCommits.Value = new decimal(new int[] {
             1000,
@@ -742,19 +742,19 @@
             this.label12.AutoSize = true;
             this.label12.Location = new System.Drawing.Point(8, 64);
             this.label12.Name = &quot;label12&quot;;
-            this.label12.Size = new System.Drawing.Size(285, 39);
+            this.label12.Size = new System.Drawing.Size(379, 51);
             this.label12.TabIndex = 0;
-            this.label12.Text = &quot;Limit number of commits that will be loaded in list at startup.\r\nOther commits wi&quot; +
-                &quot;ll be loaded when needed. Lower number \r\nresult is shorter startup time, but slo&quot; +
-                &quot;wer scrolling.&quot;;
+            this.label12.Text = &quot;Limit number of commits that will be loaded at startup.\r\nOther commits will be lo&quot; +
+                &quot;aded when needed. Lower number \r\nresult is shorter startup time, but slower scro&quot; +
+                &quot;lling.&quot;;
             // 
             // AppearancePage
             // 
             this.AppearancePage.Controls.Add(this.groupBox4);
             this.AppearancePage.Controls.Add(this.groupBox3);
-            this.AppearancePage.Location = new System.Drawing.Point(4, 22);
+            this.AppearancePage.Location = new System.Drawing.Point(4, 25);
             this.AppearancePage.Name = &quot;AppearancePage&quot;;
-            this.AppearancePage.Size = new System.Drawing.Size(655, 328);
+            this.AppearancePage.Size = new System.Drawing.Size(710, 319);
             this.AppearancePage.TabIndex = 5;
             this.AppearancePage.Text = &quot;Appearance&quot;;
             this.AppearancePage.UseVisualStyleBackColor = true;
@@ -775,7 +775,7 @@
             this.groupBox4.Controls.Add(this.label26);
             this.groupBox4.Location = new System.Drawing.Point(8, 3);
             this.groupBox4.Name = &quot;groupBox4&quot;;
-            this.groupBox4.Size = new System.Drawing.Size(251, 205);
+            this.groupBox4.Size = new System.Drawing.Size(313, 205);
             this.groupBox4.TabIndex = 11;
             this.groupBox4.TabStop = false;
             this.groupBox4.Text = &quot;Revision graph&quot;;
@@ -785,7 +785,7 @@
             this.label33.AutoSize = true;
             this.label33.Location = new System.Drawing.Point(6, 133);
             this.label33.Name = &quot;label33&quot;;
-            this.label33.Size = new System.Drawing.Size(102, 13);
+            this.label33.Size = new System.Drawing.Size(137, 17);
             this.label33.TabIndex = 8;
             this.label33.Text = &quot;Color remote branch&quot;;
             // 
@@ -795,9 +795,9 @@
             this.ColorRemoteBranchLabel.BackColor = System.Drawing.Color.Red;
             this.ColorRemoteBranchLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
             this.ColorRemoteBranchLabel.Cursor = System.Windows.Forms.Cursors.Hand;
-            this.ColorRemoteBranchLabel.Location = new System.Drawing.Point(192, 133);
+            this.ColorRemoteBranchLabel.Location = new System.Drawing.Point(211, 133);
             this.ColorRemoteBranchLabel.Name = &quot;ColorRemoteBranchLabel&quot;;
-            this.ColorRemoteBranchLabel.Size = new System.Drawing.Size(29, 15);
+            this.ColorRemoteBranchLabel.Size = new System.Drawing.Size(36, 19);
             this.ColorRemoteBranchLabel.TabIndex = 9;
             this.ColorRemoteBranchLabel.Text = &quot;Red&quot;;
             this.ColorRemoteBranchLabel.Click += new System.EventHandler(this.ColorRemoteBranchLabel_Click);
@@ -808,9 +808,9 @@
             this.ColorOtherLabel.BackColor = System.Drawing.Color.Red;
             this.ColorOtherLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
             this.ColorOtherLabel.Cursor = System.Windows.Forms.Cursors.Hand;
-            this.ColorOtherLabel.Location = new System.Drawing.Point(192, 161);
+            this.ColorOtherLabel.Location = new System.Drawing.Point(211, 161);
             this.ColorOtherLabel.Name = &quot;ColorOtherLabel&quot;;
-            this.ColorOtherLabel.Size = new System.Drawing.Size(29, 15);
+            this.ColorOtherLabel.Size = new System.Drawing.Size(36, 19);
             this.ColorOtherLabel.TabIndex = 11;
             this.ColorOtherLabel.Text = &quot;Red&quot;;
             this.ColorOtherLabel.Click += new System.EventHandler(this.ColorOtherLabel_Click);
@@ -820,7 +820,7 @@
             this.label36.AutoSize = true;
             this.label36.Location = new System.Drawing.Point(6, 161);
             this.label36.Name = &quot;label36&quot;;
-            this.label36.Size = new System.Drawing.Size(83, 13);
+            this.label36.Size = new System.Drawing.Size(112, 17);
             this.label36.TabIndex = 10;
             this.label36.Text = &quot;Color other label&quot;;
             // 
@@ -829,7 +829,7 @@
             this.label25.AutoSize = true;
             this.label25.Location = new System.Drawing.Point(6, 76);
             this.label25.Name = &quot;label25&quot;;
-            this.label25.Size = new System.Drawing.Size(49, 13);
+            this.label25.Size = new System.Drawing.Size(65, 17);
             this.label25.TabIndex = 4;
             this.label25.Text = &quot;Color tag&quot;;
             // 
@@ -839,9 +839,9 @@
             this.ColorTagLabel.BackColor = System.Drawing.Color.Red;
             this.ColorTagLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
             this.ColorTagLabel.Cursor = System.Windows.Forms.Cursors.Hand;
-            this.ColorTagLabel.Location = new System.Drawing.Point(192, 76);
+            this.ColorTagLabel.Location = new System.Drawing.Point(211, 76);
             this.ColorTagLabel.Name = &quot;ColorTagLabel&quot;;
-            this.ColorTagLabel.Size = new System.Drawing.Size(29, 15);
+            this.ColorTagLabel.Size = new System.Drawing.Size(36, 19);
             this.ColorTagLabel.TabIndex = 5;
             this.ColorTagLabel.Text = &quot;Red&quot;;
             this.ColorTagLabel.Click += new System.EventHandler(this.ColorTagLabel_Click);
@@ -852,9 +852,9 @@
             this.ColorBranchLabel.BackColor = System.Drawing.Color.Red;
             this.ColorBranchLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
             this.ColorBranchLabel.Cursor = System.Windows.Forms.Cursors.Hand;
-            this.ColorBranchLabel.Location = new System.Drawing.Point(192, 104);
+            this.ColorBranchLabel.Location = new System.Drawing.Point(211, 104);
             this.ColorBranchLabel.Name = &quot;ColorBranchLabel&quot;;
-            this.ColorBranchLabel.Size = new System.Drawing.Size(29, 15);
+            this.ColorBranchLabel.Size = new System.Drawing.Size(36, 19);
             this.ColorBranchLabel.TabIndex = 7;
             this.ColorBranchLabel.Text = &quot;Red&quot;;
             this.ColorBranchLabel.Click += new System.EventHandler(this.ColorBranchLabel_Click);
@@ -864,7 +864,7 @@
             this.label32.AutoSize = true;
             this.label32.Location = new System.Drawing.Point(6, 104);
             this.label32.Name = &quot;label32&quot;;
-            this.label32.Size = new System.Drawing.Size(67, 13);
+            this.label32.Size = new System.Drawing.Size(89, 17);
             this.label32.TabIndex = 6;
             this.label32.Text = &quot;Color branch&quot;;
             // 
@@ -873,7 +873,7 @@
             this.label24.AutoSize = true;
             this.label24.Location = new System.Drawing.Point(6, 19);
             this.label24.Name = &quot;label24&quot;;
-            this.label24.Size = new System.Drawing.Size(100, 13);
+            this.label24.Size = new System.Drawing.Size(135, 17);
             this.label24.TabIndex = 0;
             this.label24.Text = &quot;Color revision graph&quot;;
             // 
@@ -883,9 +883,9 @@
             this.RevisionGraphColorLabel.BackColor = System.Drawing.Color.Red;
             this.RevisionGraphColorLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
             this.RevisionGraphColorLabel.Cursor = System.Windows.Forms.Cursors.Hand;
-            this.RevisionGraphColorLabel.Location = new System.Drawing.Point(192, 19);
+            this.RevisionGraphColorLabel.Location = new System.Drawing.Point(211, 19);
             this.RevisionGraphColorLabel.Name = &quot;RevisionGraphColorLabel&quot;;
-            this.RevisionGraphColorLabel.Size = new System.Drawing.Size(29, 15);
+            this.RevisionGraphColorLabel.Size = new System.Drawing.Size(36, 19);
             this.RevisionGraphColorLabel.TabIndex = 1;
             this.RevisionGraphColorLabel.Text = &quot;Red&quot;;
             this.RevisionGraphColorLabel.Click += new System.EventHandler(this.label25_Click);
@@ -896,9 +896,9 @@
             this.RevisionGraphColorSelected.BackColor = System.Drawing.Color.Red;
             this.RevisionGraphColorSelected.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
             this.RevisionGraphColorSelected.Cursor = System.Windows.Forms.Cursors.Hand;
-            this.RevisionGraphColorSelected.Location = new System.Drawing.Point(192, 47);
+            this.RevisionGraphColorSelected.Location = new System.Drawing.Point(211, 47);
             this.RevisionGraphColorSelected.Name = &quot;RevisionGraphColorSelected&quot;;
-            this.RevisionGraphColorSelected.Size = new System.Drawing.Size(29, 15);
+            this.RevisionGraphColorSelected.Size = new System.Drawing.Size(36, 19);
             this.RevisionGraphColorSelected.TabIndex = 3;
             this.RevisionGraphColorSelected.Text = &quot;Red&quot;;
             this.RevisionGraphColorSelected.Click += new System.EventHandler(this.label25_Click_1);
@@ -908,7 +908,7 @@
             this.label26.AutoSize = true;
             this.label26.Location = new System.Drawing.Point(6, 47);
             this.label26.Name = &quot;label26&quot;;
-            this.label26.Size = new System.Drawing.Size(143, 13);
+            this.label26.Size = new System.Drawing.Size(192, 17);
             this.label26.TabIndex = 2;
             this.label26.Text = &quot;Color revision graph selected&quot;;
             // 
@@ -922,7 +922,7 @@
             this.groupBox3.Controls.Add(this.ColorAddedLineLabel);
             this.groupBox3.Location = new System.Drawing.Point(8, 214);
             this.groupBox3.Name = &quot;groupBox3&quot;;
-            this.groupBox3.Size = new System.Drawing.Size(251, 111);
+            this.groupBox3.Size = new System.Drawing.Size(313, 102);
             this.groupBox3.TabIndex = 10;
             this.groupBox3.TabStop = false;
             this.groupBox3.Text = &quot;Difference view&quot;;
@@ -932,7 +932,7 @@
             this.label27.AutoSize = true;
             this.label27.Location = new System.Drawing.Point(6, 19);
             this.label27.Name = &quot;label27&quot;;
-            this.label27.Size = new System.Drawing.Size(94, 13);
+            this.label27.Size = new System.Drawing.Size(126, 17);
             this.label27.TabIndex = 4;
             this.label27.Text = &quot;Color removed line&quot;;
             // 
@@ -942,9 +942,9 @@
             this.ColorSectionLabel.BackColor = System.Drawing.Color.Red;
             this.ColorSectionLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
             this.ColorSectionLabel.Cursor = System.Windows.Forms.Cursors.Hand;
-            this.ColorSectionLabel.Location = new System.Drawing.Point(192, 78);
+            this.ColorSectionLabel.Location = new System.Drawing.Point(208, 78);
             this.ColorSectionLabel.Name = &quot;ColorSectionLabel&quot;;
-            this.ColorSectionLabel.Size = new System.Drawing.Size(29, 15);
+            this.ColorSectionLabel.Size = new System.Drawing.Size(36, 19);
             this.ColorSectionLabel.TabIndex = 9;
             this.ColorSectionLabel.Text = &quot;Red&quot;;
             this.ColorSectionLabel.Click += new System.EventHandler(this.ColorSectionLabel_Click);
@@ -955,9 +955,9 @@
             this.ColorRemovedLine.BackColor = System.Drawing.Color.Red;
             this.ColorRemovedLine.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
             this.ColorRemovedLine.Cursor = System.Windows.Forms.Cursors.Hand;
-            this.ColorRemovedLine.Location = new System.Drawing.Point(192, 19);
+            this.ColorRemovedLine.Location = new System.Drawing.Point(208, 19);
             this.ColorRemovedLine.Name = &quot;ColorRemovedLine&quot;;
-            this.ColorRemovedLine.Size = new System.Drawing.Size(29, 15);
+            this.ColorRemovedLine.Size = new System.Drawing.Size(36, 19);
             this.ColorRemovedLine.TabIndex = 5;
             this.ColorRemovedLine.Text = &quot;Red&quot;;
             this.ColorRemovedLine.Click += new System.EventHandler(this.ColorRemovedLine_Click);
@@ -967,7 +967,7 @@
             this.label31.AutoSize = true;
             this.label31.Location = new System.Drawing.Point(6, 78);
             this.label31.Name = &quot;label31&quot;;
-            this.label31.Size = new System.Drawing.Size(68, 13);
+            this.label31.Size = new System.Drawing.Size(90, 17);
             this.label31.TabIndex = 8;
             this.label31.Text = &quot;Color section&quot;;
             // 
@@ -976,7 +976,7 @@
             this.label29.AutoSize = true;
             this.label29.Location = new System.Drawing.Point(6, 49);
             this.label29.Name = &quot;label29&quot;;
-            this.label29.Size = new System.Drawing.Size(83, 13);
+            this.label29.Size = new System.Drawing.Size(111, 17);
             this.label29.TabIndex = 6;
             this.label29.Text = &quot;Color added line&quot;;
             // 
@@ -986,9 +986,9 @@
             this.ColorAddedLineLabel.BackColor = System.Drawing.Color.Red;
             this.ColorAddedLineLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
             this.ColorAddedLineLabel.Cursor = System.Windows.Forms.Cursors.Hand;
-            this.ColorAddedLineLabel.Location = new System.Drawing.Point(192, 49);
+            this.ColorAddedLineLabel.Location = new System.Drawing.Point(208, 49);
             this.ColorAddedLineLabel.Name = &quot;ColorAddedLineLabel&quot;;
-            this.ColorAddedLineLabel.Size = new System.Drawing.Size(29, 15);
+            this.ColorAddedLineLabel.Size = new System.Drawing.Size(36, 19);
             this.ColorAddedLineLabel.TabIndex = 7;
             this.ColorAddedLineLabel.Text = &quot;Red&quot;;
             this.ColorAddedLineLabel.Click += new System.EventHandler(this.label28_Click);
@@ -1013,10 +1013,10 @@
             this.GlobalSettingsPage.Controls.Add(this.GlobalUserName);
             this.GlobalSettingsPage.Controls.Add(this.label4);
             this.GlobalSettingsPage.Controls.Add(this.label3);
-            this.GlobalSettingsPage.Location = new System.Drawing.Point(4, 22);
+            this.GlobalSettingsPage.Location = new System.Drawing.Point(4, 25);
             this.GlobalSettingsPage.Name = &quot;GlobalSettingsPage&quot;;
             this.GlobalSettingsPage.Padding = new System.Windows.Forms.Padding(3);
-            this.GlobalSettingsPage.Size = new System.Drawing.Size(655, 328);
+            this.GlobalSettingsPage.Size = new System.Drawing.Size(710, 319);
             this.GlobalSettingsPage.TabIndex = 1;
             this.GlobalSettingsPage.Text = &quot;Global settings&quot;;
             this.GlobalSettingsPage.UseVisualStyleBackColor = true;
@@ -1026,7 +1026,7 @@
             this.lblGlobalAutoCRLF.AutoSize = true;
             this.lblGlobalAutoCRLF.Location = new System.Drawing.Point(10, 206);
             this.lblGlobalAutoCRLF.Name = &quot;lblGlobalAutoCRLF&quot;;
-            this.lblGlobalAutoCRLF.Size = new System.Drawing.Size(295, 13);
+            this.lblGlobalAutoCRLF.Size = new System.Drawing.Size(391, 17);
             this.lblGlobalAutoCRLF.TabIndex = 21;
             this.lblGlobalAutoCRLF.Text = &quot;Convert CRLF at the end of lines in text files to LF, AutoCRLF&quot;;
             // 
@@ -1037,9 +1037,9 @@
             &quot;true&quot;,
             &quot;false&quot;,
             &quot;input&quot;});
-            this.GlobalAutoCRLF.Location = new System.Drawing.Point(311, 201);
+            this.GlobalAutoCRLF.Location = new System.Drawing.Point(411, 201);
             this.GlobalAutoCRLF.Name = &quot;GlobalAutoCRLF&quot;;
-            this.GlobalAutoCRLF.Size = new System.Drawing.Size(121, 21);
+            this.GlobalAutoCRLF.Size = new System.Drawing.Size(121, 24);
             this.GlobalAutoCRLF.TabIndex = 20;
             // 
             // InvalidGitPathGlobal
@@ -1048,9 +1048,9 @@
             this.InvalidGitPathGlobal.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
             this.InvalidGitPathGlobal.Controls.Add(this.label9);
             this.InvalidGitPathGlobal.Controls.Add(this.pictureBox1);
-            this.InvalidGitPathGlobal.Location = new System.Drawing.Point(295, 8);
+            this.InvalidGitPathGlobal.Location = new System.Drawing.Point(395, 8);
             this.InvalidGitPathGlobal.Name = &quot;InvalidGitPathGlobal&quot;;
-            this.InvalidGitPathGlobal.Size = new System.Drawing.Size(246, 62);
+            this.InvalidGitPathGlobal.Size = new System.Drawing.Size(296, 68);
             this.InvalidGitPathGlobal.TabIndex = 19;
             this.InvalidGitPathGlobal.Visible = false;
             // 
@@ -1059,7 +1059,7 @@
             this.label9.AutoSize = true;
             this.label9.Location = new System.Drawing.Point(63, 9);
             this.label9.Name = &quot;label9&quot;;
-            this.label9.Size = new System.Drawing.Size(175, 39);
+            this.label9.Size = new System.Drawing.Size(232, 51);
             this.label9.TabIndex = 19;
             this.label9.Text = &quot;You need to set the correct path to \r\ngit.cmd before you can change\r\nglobal setti&quot; +
                 &quot;ngs.\r\n&quot;;
@@ -1075,7 +1075,7 @@
             // 
             // button1
             // 
-            this.button1.Location = new System.Drawing.Point(466, 145);
+            this.button1.Location = new System.Drawing.Point(506, 145);
             this.button1.Name = &quot;button1&quot;;
             this.button1.Size = new System.Drawing.Size(108, 23);
             this.button1.TabIndex = 16;
@@ -1094,9 +1094,9 @@
                 &quot;LOCAL\&quot; \&quot;$REMOTE\&quot; \&quot;$MERGED\&quot;&quot;,
             &quot;\&quot;c:/Program Files/SourceGear/DiffMerge/DiffMerge.exe\&quot; /m /r=\&quot;$MERGED\&quot; \&quot;$LOCAL\&quot; \&quot;$&quot; +
                 &quot;BASE\&quot; \&quot;$REMOTE\&quot;&quot;});
-            this.MergeToolCmd.Location = new System.Drawing.Point(113, 147);
+            this.MergeToolCmd.Location = new System.Drawing.Point(153, 147);
             this.MergeToolCmd.Name = &quot;MergeToolCmd&quot;;
-            this.MergeToolCmd.Size = new System.Drawing.Size(347, 21);
+            this.MergeToolCmd.Size = new System.Drawing.Size(347, 24);
             this.MergeToolCmd.TabIndex = 15;
             // 
             // label19
@@ -1104,13 +1104,13 @@
             this.label19.AutoSize = true;
             this.label19.Location = new System.Drawing.Point(9, 151);
             this.label19.Name = &quot;label19&quot;;
-            this.label19.Size = new System.Drawing.Size(103, 13);
+            this.label19.Size = new System.Drawing.Size(136, 17);
             this.label19.TabIndex = 14;
             this.label19.Text = &quot;Mergetool command&quot;;
             // 
             // BrowseMergeTool
             // 
-            this.BrowseMergeTool.Location = new System.Drawing.Point(466, 117);
+            this.BrowseMergeTool.Location = new System.Drawing.Point(506, 117);
             this.BrowseMergeTool.Name = &quot;BrowseMergeTool&quot;;
             this.BrowseMergeTool.Size = new System.Drawing.Size(75, 23);
             this.BrowseMergeTool.TabIndex = 13;
@@ -1127,9 +1127,9 @@
             &quot;kdiff3&quot;,
             &quot;p4merge&quot;,
             &quot;TortoiseMerge&quot;});
-            this.GlobalMergeTool.Location = new System.Drawing.Point(113, 92);
+            this.GlobalMergeTool.Location = new System.Drawing.Point(153, 92);
             this.GlobalMergeTool.Name = &quot;GlobalMergeTool&quot;;
-            this.GlobalMergeTool.Size = new System.Drawing.Size(164, 21);
+            this.GlobalMergeTool.Size = new System.Drawing.Size(164, 24);
             this.GlobalMergeTool.TabIndex = 12;
             this.GlobalMergeTool.SelectedIndexChanged += new System.EventHandler(this.GlobalMergeTool_SelectedIndexChanged);
             this.GlobalMergeTool.TextChanged += new System.EventHandler(this.GlobalMergeTool_TextChanged);
@@ -1139,15 +1139,15 @@
             this.PathToKDiff3.AutoSize = true;
             this.PathToKDiff3.Location = new System.Drawing.Point(9, 124);
             this.PathToKDiff3.Name = &quot;PathToKDiff3&quot;;
-            this.PathToKDiff3.Size = new System.Drawing.Size(90, 13);
+            this.PathToKDiff3.Size = new System.Drawing.Size(120, 17);
             this.PathToKDiff3.TabIndex = 11;
             this.PathToKDiff3.Text = &quot;Path to mergetool&quot;;
             // 
             // MergetoolPath
             // 
-            this.MergetoolPath.Location = new System.Drawing.Point(113, 120);
+            this.MergetoolPath.Location = new System.Drawing.Point(153, 120);
             this.MergetoolPath.Name = &quot;MergetoolPath&quot;;
-            this.MergetoolPath.Size = new System.Drawing.Size(347, 20);
+            this.MergetoolPath.Size = new System.Drawing.Size(347, 22);
             this.MergetoolPath.TabIndex = 10;
             // 
             // GlobalKeepMergeBackup
@@ -1155,10 +1155,10 @@
             this.GlobalKeepMergeBackup.AutoSize = true;
             this.GlobalKeepMergeBackup.Checked = true;
             this.GlobalKeepMergeBackup.CheckState = System.Windows.Forms.CheckState.Indeterminate;
-            this.GlobalKeepMergeBackup.Location = new System.Drawing.Point(150, 176);
+            this.GlobalKeepMergeBackup.Location = new System.Drawing.Point(196, 177);
             this.GlobalKeepMergeBackup.Name = &quot;GlobalKeepMergeBackup&quot;;
             this.GlobalKeepMergeBackup.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
-            this.GlobalKeepMergeBackup.Size = new System.Drawing.Size(175, 17);
+            this.GlobalKeepMergeBackup.Size = new System.Drawing.Size(232, 21);
             this.GlobalKeepMergeBackup.TabIndex = 9;
             this.GlobalKeepMergeBackup.Text = &quot;Keep backup (.orig) after merge&quot;;
             this.GlobalKeepMergeBackup.UseVisualStyleBackColor = true;
@@ -1168,15 +1168,15 @@
             this.label7.AutoSize = true;
             this.label7.Location = new System.Drawing.Point(10, 95);
             this.label7.Name = &quot;label7&quot;;
-            this.label7.Size = new System.Drawing.Size(54, 13);
+            this.label7.Size = new System.Drawing.Size(71, 17);
             this.label7.TabIndex = 7;
             this.label7.Text = &quot;Mergetool&quot;;
             // 
             // GlobalEditor
             // 
-            this.GlobalEditor.Location = new System.Drawing.Point(113, 65);
+            this.GlobalEditor.Location = new System.Drawing.Point(153, 65);
             this.GlobalEditor.Name = &quot;GlobalEditor&quot;;
-            this.GlobalEditor.Size = new System.Drawing.Size(164, 20);
+            this.GlobalEditor.Size = new System.Drawing.Size(164, 22);
             this.GlobalEditor.TabIndex = 5;
             // 
             // label6
@@ -1184,22 +1184,22 @@
             this.label6.AutoSize = true;
             this.label6.Location = new System.Drawing.Point(9, 68);
             this.label6.Name = &quot;label6&quot;;
-            this.label6.Size = new System.Drawing.Size(34, 13);
+            this.label6.Size = new System.Drawing.Size(45, 17);
             this.label6.TabIndex = 4;
             this.label6.Text = &quot;Editor&quot;;
             // 
             // GlobalUserEmail
             // 
-            this.GlobalUserEmail.Location = new System.Drawing.Point(113, 37);
+            this.GlobalUserEmail.Location = new System.Drawing.Point(153, 37);
             this.GlobalUserEmail.Name = &quot;GlobalUserEmail&quot;;
-            this.GlobalUserEmail.Size = new System.Drawing.Size(164, 20);
+            this.GlobalUserEmail.Size = new System.Drawing.Size(164, 22);
             this.GlobalUserEmail.TabIndex = 3;
             // 
             // GlobalUserName
             // 
-            this.GlobalUserName.Location = new System.Drawing.Point(113, 8);
+            this.GlobalUserName.Location = new System.Drawing.Point(153, 8);
             this.GlobalUserName.Name = &quot;GlobalUserName&quot;;
-            this.GlobalUserName.Size = new System.Drawing.Size(164, 20);
+            this.GlobalUserName.Size = new System.Drawing.Size(164, 22);
             this.GlobalUserName.TabIndex = 2;
             this.GlobalUserName.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
             // 
@@ -1208,7 +1208,7 @@
             this.label4.AutoSize = true;
             this.label4.Location = new System.Drawing.Point(8, 39);
             this.label4.Name = &quot;label4&quot;;
-            this.label4.Size = new System.Drawing.Size(56, 13);
+            this.label4.Size = new System.Drawing.Size(75, 17);
             this.label4.TabIndex = 1;
             this.label4.Text = &quot;User email&quot;;
             // 
@@ -1217,7 +1217,7 @@
             this.label3.AutoSize = true;
             this.label3.Location = new System.Drawing.Point(8, 12);
             this.label3.Name = &quot;label3&quot;;
-            this.label3.Size = new System.Drawing.Size(58, 13);
+            this.label3.Size = new System.Drawing.Size(77, 17);
             this.label3.TabIndex = 0;
             this.label3.Text = &quot;User name&quot;;
             this.label3.Click += new System.EventHandler(this.label3_Click);
@@ -1226,10 +1226,10 @@
             // 
             this.Ssh.Controls.Add(this.groupBox2);
             this.Ssh.Controls.Add(this.groupBox1);
-            this.Ssh.Location = new System.Drawing.Point(4, 22);
+            this.Ssh.Location = new System.Drawing.Point(4, 25);
             this.Ssh.Name = &quot;Ssh&quot;;
             this.Ssh.Padding = new System.Windows.Forms.Padding(3);
-            this.Ssh.Size = new System.Drawing.Size(655, 328);
+            this.Ssh.Size = new System.Drawing.Size(710, 319);
             this.Ssh.TabIndex = 4;
             this.Ssh.Text = &quot;Ssh&quot;;
             this.Ssh.UseVisualStyleBackColor = true;
@@ -1246,9 +1246,9 @@
             this.groupBox2.Controls.Add(this.label15);
             this.groupBox2.Controls.Add(this.PlinkPath);
             this.groupBox2.Controls.Add(this.PlinkBrowse);
-            this.groupBox2.Location = new System.Drawing.Point(8, 123);
+            this.groupBox2.Location = new System.Drawing.Point(8, 133);
             this.groupBox2.Name = &quot;groupBox2&quot;;
-            this.groupBox2.Size = new System.Drawing.Size(639, 126);
+            this.groupBox2.Size = new System.Drawing.Size(691, 126);
             this.groupBox2.TabIndex = 4;
             this.groupBox2.TabStop = false;
             this.groupBox2.Text = &quot;Configure PuTTY&quot;;
@@ -1260,7 +1260,7 @@
             this.AutostartPageant.CheckState = System.Windows.Forms.CheckState.Checked;
             this.AutostartPageant.Location = new System.Drawing.Point(118, 103);
             this.AutostartPageant.Name = &quot;AutostartPageant&quot;;
-            this.AutostartPageant.Size = new System.Drawing.Size(424, 17);
+            this.AutostartPageant.Size = new System.Drawing.Size(563, 21);
             this.AutostartPageant.TabIndex = 11;
             this.AutostartPageant.Text = &quot;Automatically start authentication client when a private key is configured for a &quot; +
                 &quot;remote&quot;;
@@ -1270,7 +1270,7 @@
             // 
             this.PageantPath.Location = new System.Drawing.Point(118, 76);
             this.PageantPath.Name = &quot;PageantPath&quot;;
-            this.PageantPath.Size = new System.Drawing.Size(323, 20);
+            this.PageantPath.Size = new System.Drawing.Size(323, 22);
             this.PageantPath.TabIndex = 9;
             // 
             // PageantBrowse
@@ -1288,7 +1288,7 @@
             this.label17.AutoSize = true;
             this.label17.Location = new System.Drawing.Point(8, 79);
             this.label17.Name = &quot;label17&quot;;
-            this.label17.Size = new System.Drawing.Size(83, 13);
+            this.label17.Size = new System.Drawing.Size(109, 17);
             this.label17.TabIndex = 8;
             this.label17.Text = &quot;Path to pageant&quot;;
             // 
@@ -1296,7 +1296,7 @@
             // 
             this.PuttygenPath.Location = new System.Drawing.Point(118, 46);
             this.PuttygenPath.Name = &quot;PuttygenPath&quot;;
-            this.PuttygenPath.Size = new System.Drawing.Size(323, 20);
+            this.PuttygenPath.Size = new System.Drawing.Size(323, 22);
             this.PuttygenPath.TabIndex = 6;
             // 
             // PuttygenBrowse
@@ -1314,7 +1314,7 @@
             this.label16.AutoSize = true;
             this.label16.Location = new System.Drawing.Point(8, 49);
             this.label16.Name = &quot;label16&quot;;
-            this.label16.Size = new System.Drawing.Size(85, 13);
+            this.label16.Size = new System.Drawing.Size(112, 17);
             this.label16.TabIndex = 5;
             this.label16.Text = &quot;Path to puttygen&quot;;
             // 
@@ -1323,7 +1323,7 @@
             this.label15.AutoSize = true;
             this.label15.Location = new System.Drawing.Point(8, 20);
             this.label15.Name = &quot;label15&quot;;
-            this.label15.Size = new System.Drawing.Size(86, 13);
+            this.label15.Size = new System.Drawing.Size(112, 17);
             this.label15.TabIndex = 4;
             this.label15.Text = &quot;Path to plink.exe&quot;;
             // 
@@ -1331,7 +1331,7 @@
             // 
             this.PlinkPath.Location = new System.Drawing.Point(118, 17);
             this.PlinkPath.Name = &quot;PlinkPath&quot;;
-            this.PlinkPath.Size = new System.Drawing.Size(323, 20);
+            this.PlinkPath.Size = new System.Drawing.Size(323, 22);
             this.PlinkPath.TabIndex = 2;
             // 
             // PlinkBrowse
@@ -1354,21 +1354,21 @@
             this.groupBox1.Controls.Add(this.Putty);
             this.groupBox1.Location = new System.Drawing.Point(8, 6);
             this.groupBox1.Name = &quot;groupBox1&quot;;
-            this.groupBox1.Size = new System.Drawing.Size(639, 111);
+            this.groupBox1.Size = new System.Drawing.Size(691, 121);
             this.groupBox1.TabIndex = 0;
             this.groupBox1.TabStop = false;
             this.groupBox1.Text = &quot;Specify which ssh client to use&quot;;
             // 
             // OtherSsh
             // 
-            this.OtherSsh.Location = new System.Drawing.Point(118, 80);
+            this.OtherSsh.Location = new System.Drawing.Point(143, 80);
             this.OtherSsh.Name = &quot;OtherSsh&quot;;
-            this.OtherSsh.Size = new System.Drawing.Size(323, 20);
+            this.OtherSsh.Size = new System.Drawing.Size(323, 22);
             this.OtherSsh.TabIndex = 4;
             // 
             // OtherSshBrowse
             // 
-            this.OtherSshBrowse.Location = new System.Drawing.Point(463, 79);
+            this.OtherSshBrowse.Location = new System.Drawing.Point(488, 79);
             this.OtherSshBrowse.Name = &quot;OtherSshBrowse&quot;;
             this.OtherSshBrowse.Size = new System.Drawing.Size(75, 23);
             this.OtherSshBrowse.TabIndex = 5;
@@ -1381,7 +1381,7 @@
             this.Other.AutoSize = true;
             this.Other.Location = new System.Drawing.Point(9, 81);
             this.Other.Name = &quot;Other&quot;;
-            this.Other.Size = new System.Drawing.Size(98, 17);
+            this.Other.Size = new System.Drawing.Size(128, 21);
             this.Other.TabIndex = 3;
             this.Other.Text = &quot;Other ssh client&quot;;
             this.Other.UseVisualStyleBackColor = true;
@@ -1392,9 +1392,9 @@
             this.label18.AutoSize = true;
             this.label18.BackColor = System.Drawing.SystemColors.Info;
             this.label18.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
-            this.label18.Location = new System.Drawing.Point(118, 19);
+            this.label18.Location = new System.Drawing.Point(121, 18);
             this.label18.Name = &quot;label18&quot;;
-            this.label18.Size = new System.Drawing.Size(518, 54);
+            this.label18.Size = new System.Drawing.Size(560, 53);
             this.label18.TabIndex = 2;
             this.label18.Text = resources.GetString(&quot;label18.Text&quot;);
             // 
@@ -1403,7 +1403,7 @@
             this.OpenSSH.AutoSize = true;
             this.OpenSSH.Location = new System.Drawing.Point(9, 50);
             this.OpenSSH.Name = &quot;OpenSSH&quot;;
-            this.OpenSSH.Size = new System.Drawing.Size(73, 17);
+            this.OpenSSH.Size = new System.Drawing.Size(92, 21);
             this.OpenSSH.TabIndex = 1;
             this.OpenSSH.Text = &quot;OpenSSH&quot;;
             this.OpenSSH.UseVisualStyleBackColor = true;
@@ -1415,7 +1415,7 @@
             this.Putty.Checked = true;
             this.Putty.Location = new System.Drawing.Point(9, 20);
             this.Putty.Name = &quot;Putty&quot;;
-            this.Putty.Size = new System.Drawing.Size(59, 17);
+            this.Putty.Size = new System.Drawing.Size(73, 21);
             this.Putty.TabIndex = 0;
             this.Putty.TabStop = true;
             this.Putty.Text = &quot;PuTTY&quot;;
@@ -1437,13 +1437,13 @@
             // splitContainer1.Panel2
             // 
             this.splitContainer1.Panel2.Controls.Add(this.Ok);
-            this.splitContainer1.Size = new System.Drawing.Size(663, 387);
-            this.splitContainer1.SplitterDistance = 354;
+            this.splitContainer1.Size = new System.Drawing.Size(718, 381);
+            this.splitContainer1.SplitterDistance = 348;
             this.splitContainer1.TabIndex = 1;
             // 
             // Ok
             // 
-            this.Ok.Location = new System.Drawing.Point(584, 3);
+            this.Ok.Location = new System.Drawing.Point(639, 2);
             this.Ok.Name = &quot;Ok&quot;;
             this.Ok.Size = new System.Drawing.Size(75, 23);
             this.Ok.TabIndex = 0;
@@ -1484,9 +1484,9 @@
             // 
             // FormSettings
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(663, 387);
+            this.ClientSize = new System.Drawing.Size(718, 381);
             this.Controls.Add(this.splitContainer1);
             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
             this.Icon = ((System.Drawing.Icon)(resources.GetObject(&quot;$this.Icon&quot;)));</diff>
      <filename>GitUI/FormSettings.Designer.cs</filename>
    </modified>
    <modified>
      <diff>@@ -118,10 +118,9 @@
     &lt;value&gt;System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&lt;/value&gt;
   &lt;/resheader&gt;
   &lt;data name=&quot;label18.Text&quot; xml:space=&quot;preserve&quot;&gt;
-    &lt;value&gt;OpenSSH is a commandline tool. If this is used, a commandline dialog appears when pushing, pulling or 
-cloning. PuTTY is more userfriendly to use for windows users, but requires the PuTTY authentication client 
-to run  in the background with the private key loaded.
-IF YOU DO NOT USE SSH YOU CAN CHOOSE PuTTY TO GET RID OF THE COMMANDLINE DIALOGS!
+    &lt;value&gt;OpenSSH is a commandline tool. PuTTY is more userfriendly to use for windows users, 
+but requires the PuTTY authentication client to run  in the background.
+When OpenSSH is used, command line dialogs are shown!
 &lt;/value&gt;
   &lt;/data&gt;
   &lt;metadata name=&quot;directorySearcher1.TrayLocation&quot; type=&quot;System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&quot;&gt;
@@ -130,9 +129,6 @@ IF YOU DO NOT USE SSH YOU CAN CHOOSE PuTTY TO GET RID OF THE COMMANDLINE DIALOGS
   &lt;metadata name=&quot;directorySearcher2.TrayLocation&quot; type=&quot;System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&quot;&gt;
     &lt;value&gt;171, 17&lt;/value&gt;
   &lt;/metadata&gt;
-  &lt;metadata name=&quot;$this.Locked&quot; type=&quot;System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot;&gt;
-    &lt;value&gt;True&lt;/value&gt;
-  &lt;/metadata&gt;
   &lt;assembly alias=&quot;System.Drawing&quot; name=&quot;System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&quot; /&gt;
   &lt;data name=&quot;$this.Icon&quot; type=&quot;System.Drawing.Icon, System.Drawing&quot; mimetype=&quot;application/x-microsoft.net.object.bytearray.base64&quot;&gt;
     &lt;value&gt;</diff>
      <filename>GitUI/FormSettings.resx</filename>
    </modified>
    <modified>
      <diff>@@ -44,10 +44,10 @@
             this.gitStashBindingSource = new System.Windows.Forms.BindingSource(this.components);
             this.label2 = new System.Windows.Forms.Label();
             this.Stashed = new System.Windows.Forms.ListBox();
+            this.View = new GitUI.FileViewer();
             this.Stash = new System.Windows.Forms.Button();
             this.Apply = new System.Windows.Forms.Button();
             this.Clear = new System.Windows.Forms.Button();
-            this.View = new GitUI.FileViewer();
             this.splitContainer1.Panel1.SuspendLayout();
             this.splitContainer1.Panel2.SuspendLayout();
             this.splitContainer1.SuspendLayout();
@@ -158,7 +158,7 @@
             this.label1.AutoSize = true;
             this.label1.Location = new System.Drawing.Point(3, 5);
             this.label1.Name = &quot;label1&quot;;
-            this.label1.Size = new System.Drawing.Size(156, 13);
+            this.label1.Size = new System.Drawing.Size(205, 17);
             this.label1.TabIndex = 0;
             this.label1.Text = &quot;Tracked changes in working dir&quot;;
             // 
@@ -166,9 +166,10 @@
             // 
             this.Changes.Dock = System.Windows.Forms.DockStyle.Fill;
             this.Changes.FormattingEnabled = true;
+            this.Changes.ItemHeight = 16;
             this.Changes.Location = new System.Drawing.Point(0, 0);
             this.Changes.Name = &quot;Changes&quot;;
-            this.Changes.Size = new System.Drawing.Size(251, 173);
+            this.Changes.Size = new System.Drawing.Size(251, 164);
             this.Changes.TabIndex = 0;
             this.Changes.SelectedIndexChanged += new System.EventHandler(this.Changes_SelectedIndexChanged);
             // 
@@ -209,7 +210,7 @@
             this.label3.AutoSize = true;
             this.label3.Location = new System.Drawing.Point(1, 29);
             this.label3.Name = &quot;label3&quot;;
-            this.label3.Size = new System.Drawing.Size(53, 13);
+            this.label3.Size = new System.Drawing.Size(69, 17);
             this.label3.TabIndex = 2;
             this.label3.Text = &quot;Message:&quot;;
             // 
@@ -220,7 +221,7 @@
             this.Stashes.FormattingEnabled = true;
             this.Stashes.Location = new System.Drawing.Point(52, 3);
             this.Stashes.Name = &quot;Stashes&quot;;
-            this.Stashes.Size = new System.Drawing.Size(196, 21);
+            this.Stashes.Size = new System.Drawing.Size(196, 24);
             this.Stashes.TabIndex = 1;
             this.Stashes.SelectedIndexChanged += new System.EventHandler(this.Stashes_SelectedIndexChanged);
             // 
@@ -233,7 +234,7 @@
             this.label2.AutoSize = true;
             this.label2.Location = new System.Drawing.Point(1, 7);
             this.label2.Name = &quot;label2&quot;;
-            this.label2.Size = new System.Drawing.Size(37, 13);
+            this.label2.Size = new System.Drawing.Size(48, 17);
             this.label2.TabIndex = 0;
             this.label2.Text = &quot;Stash:&quot;;
             // 
@@ -241,12 +242,23 @@
             // 
             this.Stashed.Dock = System.Windows.Forms.DockStyle.Fill;
             this.Stashed.FormattingEnabled = true;
+            this.Stashed.ItemHeight = 16;
             this.Stashed.Location = new System.Drawing.Point(0, 0);
             this.Stashed.Name = &quot;Stashed&quot;;
-            this.Stashed.Size = new System.Drawing.Size(251, 186);
+            this.Stashed.Size = new System.Drawing.Size(251, 180);
             this.Stashed.TabIndex = 0;
             this.Stashed.SelectedIndexChanged += new System.EventHandler(this.Stashed_SelectedIndexChanged);
             // 
+            // View
+            // 
+            this.View.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.View.Location = new System.Drawing.Point(0, 0);
+            this.View.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.View.Name = &quot;View&quot;;
+            this.View.ScrollPos = 0;
+            this.View.Size = new System.Drawing.Size(453, 485);
+            this.View.TabIndex = 0;
+            // 
             // Stash
             // 
             this.Stash.Location = new System.Drawing.Point(3, 3);
@@ -277,18 +289,9 @@
             this.Clear.UseVisualStyleBackColor = true;
             this.Clear.Click += new System.EventHandler(this.Clear_Click);
             // 
-            // View
-            // 
-            this.View.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.View.Location = new System.Drawing.Point(0, 0);
-            this.View.Name = &quot;View&quot;;
-            this.View.ScrollPos = 0;
-            this.View.Size = new System.Drawing.Size(453, 485);
-            this.View.TabIndex = 0;
-            // 
             // FormStash
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(708, 520);
             this.Controls.Add(this.splitContainer1);</diff>
      <filename>GitUI/FormStash.Designer.cs</filename>
    </modified>
    <modified>
      <diff>@@ -210,7 +210,7 @@
             this.tableLayoutPanel1.Controls.Add(this.SubModuleCommit, 1, 3);
             this.tableLayoutPanel1.Controls.Add(this.SubModuleBranch, 1, 4);
             this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16);
+            this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 18);
             this.tableLayoutPanel1.Name = &quot;tableLayoutPanel1&quot;;
             this.tableLayoutPanel1.RowCount = 6;
             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
@@ -219,7 +219,7 @@
             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
-            this.tableLayoutPanel1.Size = new System.Drawing.Size(349, 209);
+            this.tableLayoutPanel1.Size = new System.Drawing.Size(349, 207);
             this.tableLayoutPanel1.TabIndex = 12;
             // 
             // SubModuleStatus
@@ -227,7 +227,7 @@
             this.SubModuleStatus.Location = new System.Drawing.Point(104, 128);
             this.SubModuleStatus.Name = &quot;SubModuleStatus&quot;;
             this.SubModuleStatus.ReadOnly = true;
-            this.SubModuleStatus.Size = new System.Drawing.Size(172, 20);
+            this.SubModuleStatus.Size = new System.Drawing.Size(172, 22);
             this.SubModuleStatus.TabIndex = 13;
             this.SubModuleStatus.TextChanged += new System.EventHandler(this.textBox6_TextChanged);
             // 
@@ -236,7 +236,7 @@
             this.label6.AutoSize = true;
             this.label6.Location = new System.Drawing.Point(3, 125);
             this.label6.Name = &quot;label6&quot;;
-            this.label6.Size = new System.Drawing.Size(37, 13);
+            this.label6.Size = new System.Drawing.Size(48, 17);
             this.label6.TabIndex = 11;
             this.label6.Text = &quot;Status&quot;;
             // 
@@ -245,7 +245,7 @@
             this.label1.AutoSize = true;
             this.label1.Location = new System.Drawing.Point(3, 0);
             this.label1.Name = &quot;label1&quot;;
-            this.label1.Size = new System.Drawing.Size(35, 13);
+            this.label1.Size = new System.Drawing.Size(45, 17);
             this.label1.TabIndex = 6;
             this.label1.Text = &quot;Name&quot;;
             // 
@@ -254,7 +254,7 @@
             this.label2.AutoSize = true;
             this.label2.Location = new System.Drawing.Point(3, 25);
             this.label2.Name = &quot;label2&quot;;
-            this.label2.Size = new System.Drawing.Size(68, 13);
+            this.label2.Size = new System.Drawing.Size(89, 17);
             this.label2.TabIndex = 7;
             this.label2.Text = &quot;Remote path&quot;;
             // 
@@ -263,7 +263,7 @@
             this.label5.AutoSize = true;
             this.label5.Location = new System.Drawing.Point(3, 100);
             this.label5.Name = &quot;label5&quot;;
-            this.label5.Size = new System.Drawing.Size(41, 13);
+            this.label5.Size = new System.Drawing.Size(53, 17);
             this.label5.TabIndex = 10;
             this.label5.Text = &quot;Branch&quot;;
             // 
@@ -272,7 +272,7 @@
             this.SubModuleName.Location = new System.Drawing.Point(104, 3);
             this.SubModuleName.Name = &quot;SubModuleName&quot;;
             this.SubModuleName.ReadOnly = true;
-            this.SubModuleName.Size = new System.Drawing.Size(172, 20);
+            this.SubModuleName.Size = new System.Drawing.Size(172, 22);
             this.SubModuleName.TabIndex = 8;
             // 
             // label4
@@ -280,7 +280,7 @@
             this.label4.AutoSize = true;
             this.label4.Location = new System.Drawing.Point(3, 75);
             this.label4.Name = &quot;label4&quot;;
-            this.label4.Size = new System.Drawing.Size(41, 13);
+            this.label4.Size = new System.Drawing.Size(54, 17);
             this.label4.TabIndex = 9;
             this.label4.Text = &quot;Commit&quot;;
             // 
@@ -289,7 +289,7 @@
             this.SubModuleRemotePath.Location = new System.Drawing.Point(104, 28);
             this.SubModuleRemotePath.Name = &quot;SubModuleRemotePath&quot;;
             this.SubModuleRemotePath.ReadOnly = true;
-            this.SubModuleRemotePath.Size = new System.Drawing.Size(238, 20);
+            this.SubModuleRemotePath.Size = new System.Drawing.Size(238, 22);
             this.SubModuleRemotePath.TabIndex = 9;
             // 
             // label3
@@ -297,7 +297,7 @@
             this.label3.AutoSize = true;
             this.label3.Location = new System.Drawing.Point(3, 50);
             this.label3.Name = &quot;label3&quot;;
-            this.label3.Size = new System.Drawing.Size(57, 13);
+            this.label3.Size = new System.Drawing.Size(74, 17);
             this.label3.TabIndex = 8;
             this.label3.Text = &quot;Local path&quot;;
             // 
@@ -306,7 +306,7 @@
             this.SubModuleLocalPath.Location = new System.Drawing.Point(104, 53);
             this.SubModuleLocalPath.Name = &quot;SubModuleLocalPath&quot;;
             this.SubModuleLocalPath.ReadOnly = true;
-            this.SubModuleLocalPath.Size = new System.Drawing.Size(238, 20);
+            this.SubModuleLocalPath.Size = new System.Drawing.Size(238, 22);
             this.SubModuleLocalPath.TabIndex = 10;
             // 
             // SubModuleCommit
@@ -314,7 +314,7 @@
             this.SubModuleCommit.Location = new System.Drawing.Point(104, 78);
             this.SubModuleCommit.Name = &quot;SubModuleCommit&quot;;
             this.SubModuleCommit.ReadOnly = true;
-            this.SubModuleCommit.Size = new System.Drawing.Size(238, 20);
+            this.SubModuleCommit.Size = new System.Drawing.Size(238, 22);
             this.SubModuleCommit.TabIndex = 11;
             // 
             // SubModuleBranch
@@ -322,7 +322,7 @@
             this.SubModuleBranch.Location = new System.Drawing.Point(104, 103);
             this.SubModuleBranch.Name = &quot;SubModuleBranch&quot;;
             this.SubModuleBranch.ReadOnly = true;
-            this.SubModuleBranch.Size = new System.Drawing.Size(238, 20);
+            this.SubModuleBranch.Size = new System.Drawing.Size(238, 22);
             this.SubModuleBranch.TabIndex = 12;
             // 
             // splitContainer4
@@ -338,14 +338,14 @@
             this.splitContainer4.Panel2.Controls.Add(this.InitSubmodule);
             this.splitContainer4.Panel2.Controls.Add(this.UpdateSubmodule);
             this.splitContainer4.Size = new System.Drawing.Size(355, 31);
-            this.splitContainer4.SplitterDistance = 108;
+            this.splitContainer4.SplitterDistance = 88;
             this.splitContainer4.TabIndex = 0;
             // 
             // SynchronizeSubmodule
             // 
             this.SynchronizeSubmodule.Location = new System.Drawing.Point(3, 2);
             this.SynchronizeSubmodule.Name = &quot;SynchronizeSubmodule&quot;;
-            this.SynchronizeSubmodule.Size = new System.Drawing.Size(75, 23);
+            this.SynchronizeSubmodule.Size = new System.Drawing.Size(100, 23);
             this.SynchronizeSubmodule.TabIndex = 5;
             this.SynchronizeSubmodule.Text = &quot;Synchronize&quot;;
             this.SynchronizeSubmodule.UseVisualStyleBackColor = true;
@@ -353,7 +353,7 @@
             // 
             // InitSubmodule
             // 
-            this.InitSubmodule.Location = new System.Drawing.Point(84, 2);
+            this.InitSubmodule.Location = new System.Drawing.Point(107, 2);
             this.InitSubmodule.Name = &quot;InitSubmodule&quot;;
             this.InitSubmodule.Size = new System.Drawing.Size(75, 23);
             this.InitSubmodule.TabIndex = 4;
@@ -363,7 +363,7 @@
             // 
             // UpdateSubmodule
             // 
-            this.UpdateSubmodule.Location = new System.Drawing.Point(165, 2);
+            this.UpdateSubmodule.Location = new System.Drawing.Point(185, 2);
             this.UpdateSubmodule.Name = &quot;UpdateSubmodule&quot;;
             this.UpdateSubmodule.Size = new System.Drawing.Size(75, 23);
             this.UpdateSubmodule.TabIndex = 3;
@@ -373,7 +373,7 @@
             // 
             // FormSubmodules
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(581, 263);
             this.Controls.Add(this.splitContainer1);</diff>
      <filename>GitUI/FormSubmodules.Designer.cs</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>047113061a137f105f02b4ac9a9c8b673fd73de5</id>
    </parent>
  </parents>
  <author>
    <name>Henk Westhuis</name>
    <email>Henk_Westhuis@hotmail.com</email>
  </author>
  <url>http://github.com/spdr870/gitextensions/commit/7c0a505bea9b89d25d71076d8aa41678fb3a1b2b</url>
  <id>7c0a505bea9b89d25d71076d8aa41678fb3a1b2b</id>
  <committed-date>2009-11-03T09:48:49-08:00</committed-date>
  <authored-date>2009-11-03T09:48:49-08:00</authored-date>
  <message>Most dialogs changed to support larger DPI settings.</message>
  <tree>0e11bbc3f5c5211dea920e816d9963dc65565466</tree>
  <committer>
    <name>Henk Westhuis</name>
    <email>Henk_Westhuis@hotmail.com</email>
  </committer>
</commit>
