<?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(8F, 16F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
             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>@@ -68,7 +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.Margin = new System.Windows.Forms.Padding(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);
@@ -97,10 +97,9 @@
             // 
             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, 308);
+            this.DiffFiles.Size = new System.Drawing.Size(136, 316);
             this.DiffFiles.Sorted = true;
             this.DiffFiles.TabIndex = 0;
             this.DiffFiles.SelectedIndexChanged += new System.EventHandler(this.DiffFiles_SelectedIndexChanged);
@@ -110,7 +109,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.Margin = new System.Windows.Forms.Padding(4);
             this.DiffText.Name = &quot;DiffText&quot;;
             this.DiffText.ScrollPos = 0;
             this.DiffText.Size = new System.Drawing.Size(610, 320);
@@ -118,7 +117,7 @@
             // 
             // FormDiff
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
             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,10 +64,9 @@
             // 
             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, 404);
+            this.DiffFiles.Size = new System.Drawing.Size(239, 407);
             this.DiffFiles.Sorted = true;
             this.DiffFiles.TabIndex = 0;
             this.DiffFiles.SelectedIndexChanged += new System.EventHandler(this.DiffFiles_SelectedIndexChanged);
@@ -77,7 +76,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.Margin = new System.Windows.Forms.Padding(4);
             this.DiffText.Name = &quot;DiffText&quot;;
             this.DiffText.ScrollPos = 0;
             this.DiffText.Size = new System.Drawing.Size(474, 410);
@@ -115,7 +114,7 @@
             // 
             // FormDiffSmall
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
             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>@@ -111,7 +111,7 @@
             // splitContainer1.Panel2
             // 
             this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
-            this.splitContainer1.Size = new System.Drawing.Size(642, 186);
+            this.splitContainer1.Size = new System.Drawing.Size(642, 189);
             this.splitContainer1.SplitterDistance = 177;
             this.splitContainer1.TabIndex = 0;
             // 
@@ -119,10 +119,9 @@
             // 
             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, 180);
+            this.Remotes.Size = new System.Drawing.Size(177, 186);
             this.Remotes.TabIndex = 0;
             this.Remotes.SelectedIndexChanged += new System.EventHandler(this.Remotes_SelectedIndexChanged);
             // 
@@ -174,7 +173,7 @@
             // 
             this.PuttySshKey.Location = new System.Drawing.Point(107, 13);
             this.PuttySshKey.Name = &quot;PuttySshKey&quot;;
-            this.PuttySshKey.Size = new System.Drawing.Size(246, 22);
+            this.PuttySshKey.Size = new System.Drawing.Size(246, 20);
             this.PuttySshKey.TabIndex = 7;
             this.PuttySshKey.TextChanged += new System.EventHandler(this.PuttySshKey_TextChanged);
             // 
@@ -195,7 +194,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(100, 17);
+            this.label3.Size = new System.Drawing.Size(76, 13);
             this.label3.TabIndex = 5;
             this.label3.Text = &quot;Private key file&quot;;
             // 
@@ -243,7 +242,7 @@
             // 
             this.RemoteName.Location = new System.Drawing.Point(113, 19);
             this.RemoteName.Name = &quot;RemoteName&quot;;
-            this.RemoteName.Size = new System.Drawing.Size(246, 22);
+            this.RemoteName.Size = new System.Drawing.Size(246, 20);
             this.RemoteName.TabIndex = 1;
             this.RemoteName.TextChanged += new System.EventHandler(this.RemoteName_TextChanged);
             // 
@@ -252,7 +251,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(45, 17);
+            this.label1.Size = new System.Drawing.Size(35, 13);
             this.label1.TabIndex = 0;
             this.label1.Text = &quot;Name&quot;;
             // 
@@ -261,7 +260,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(26, 17);
+            this.label2.Size = new System.Drawing.Size(20, 13);
             this.label2.TabIndex = 2;
             this.label2.Text = &quot;Url&quot;;
             // 
@@ -270,7 +269,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, 24);
+            this.Url.Size = new System.Drawing.Size(246, 21);
             this.Url.TabIndex = 3;
             this.Url.SelectedIndexChanged += new System.EventHandler(this.Url_SelectedIndexChanged);
             this.Url.DropDown += new System.EventHandler(this.Url_DropDown);
@@ -299,10 +298,10 @@
             // tabPage1
             // 
             this.tabPage1.Controls.Add(this.splitContainer1);
-            this.tabPage1.Location = new System.Drawing.Point(4, 25);
+            this.tabPage1.Location = new System.Drawing.Point(4, 22);
             this.tabPage1.Name = &quot;tabPage1&quot;;
             this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
-            this.tabPage1.Size = new System.Drawing.Size(648, 192);
+            this.tabPage1.Size = new System.Drawing.Size(648, 195);
             this.tabPage1.TabIndex = 0;
             this.tabPage1.Text = &quot;Remote repositories&quot;;
             this.tabPage1.UseVisualStyleBackColor = true;
@@ -310,10 +309,10 @@
             // tabPage2
             // 
             this.tabPage2.Controls.Add(this.splitContainer2);
-            this.tabPage2.Location = new System.Drawing.Point(4, 25);
+            this.tabPage2.Location = new System.Drawing.Point(4, 22);
             this.tabPage2.Name = &quot;tabPage2&quot;;
             this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
-            this.tabPage2.Size = new System.Drawing.Size(648, 192);
+            this.tabPage2.Size = new System.Drawing.Size(648, 195);
             this.tabPage2.TabIndex = 1;
             this.tabPage2.Text = &quot;Default pull behaviour (fetch &amp; merge)&quot;;
             this.tabPage2.UseVisualStyleBackColor = true;
@@ -334,8 +333,8 @@
             // 
             this.splitContainer2.Panel2.Controls.Add(this.Prune);
             this.splitContainer2.Panel2.Controls.Add(this.UpdateBranch);
-            this.splitContainer2.Size = new System.Drawing.Size(642, 186);
-            this.splitContainer2.SplitterDistance = 152;
+            this.splitContainer2.Size = new System.Drawing.Size(642, 189);
+            this.splitContainer2.SplitterDistance = 155;
             this.splitContainer2.TabIndex = 11;
             // 
             // splitContainer3
@@ -357,7 +356,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, 152);
+            this.splitContainer3.Size = new System.Drawing.Size(642, 155);
             this.splitContainer3.SplitterDistance = 376;
             this.splitContainer3.TabIndex = 1;
             // 
@@ -390,7 +389,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, 152);
+            this.RemoteBranches.Size = new System.Drawing.Size(376, 155);
             this.RemoteBranches.TabIndex = 0;
             this.RemoteBranches.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.RemoteBranches_RowValidated);
             this.RemoteBranches.SelectionChanged += new System.EventHandler(this.RemoteBranches_SelectionChanged);
@@ -514,7 +513,7 @@
             // 
             this.LocalBranchNameEdit.Location = new System.Drawing.Point(124, 6);
             this.LocalBranchNameEdit.Name = &quot;LocalBranchNameEdit&quot;;
-            this.LocalBranchNameEdit.Size = new System.Drawing.Size(133, 22);
+            this.LocalBranchNameEdit.Size = new System.Drawing.Size(133, 20);
             this.LocalBranchNameEdit.TabIndex = 5;
             this.LocalBranchNameEdit.TextChanged += new System.EventHandler(this.LocalBranchNameEdit_TextChanged);
             // 
@@ -523,7 +522,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, 24);
+            this.RemoteRepositoryCombo.Size = new System.Drawing.Size(133, 21);
             this.RemoteRepositoryCombo.TabIndex = 4;
             this.RemoteRepositoryCombo.SelectedIndexChanged += new System.EventHandler(this.RemoteRepositoryCombo_SelectedIndexChanged);
             this.RemoteRepositoryCombo.Validated += new System.EventHandler(this.RemoteRepositoryCombo_Validated);
@@ -533,7 +532,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, 24);
+            this.DefaultMergeWithCombo.Size = new System.Drawing.Size(133, 21);
             this.DefaultMergeWithCombo.TabIndex = 3;
             this.DefaultMergeWithCombo.SelectedIndexChanged += new System.EventHandler(this.DefaultMergeWithCombo_SelectedIndexChanged);
             this.DefaultMergeWithCombo.Validated += new System.EventHandler(this.DefaultMergeWithCombo_Validated);
@@ -544,7 +543,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(125, 17);
+            this.label6.Size = new System.Drawing.Size(95, 13);
             this.label6.TabIndex = 2;
             this.label6.Text = &quot;Default merge with&quot;;
             // 
@@ -553,7 +552,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(124, 17);
+            this.label5.Size = new System.Drawing.Size(92, 13);
             this.label5.TabIndex = 1;
             this.label5.Text = &quot;Remote repository&quot;;
             // 
@@ -562,7 +561,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(129, 17);
+            this.label4.Size = new System.Drawing.Size(98, 13);
             this.label4.TabIndex = 0;
             this.label4.Text = &quot;Local branch name&quot;;
             // 
@@ -608,7 +607,7 @@
             // 
             // FormRemotes
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
             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>@@ -145,6 +145,13 @@
             this.directorySearcher2 = new System.DirectoryServices.DirectorySearcher();
             this.label10 = new System.Windows.Forms.Label();
             this.pictureBox2 = new System.Windows.Forms.PictureBox();
+            this.label28 = new System.Windows.Forms.Label();
+            this.label30 = new System.Windows.Forms.Label();
+            this.label34 = new System.Windows.Forms.Label();
+            this.label35 = new System.Windows.Forms.Label();
+            this.label37 = new System.Windows.Forms.Label();
+            this.label38 = new System.Windows.Forms.Label();
+            this.label39 = new System.Windows.Forms.Label();
             this.LocalSettings.SuspendLayout();
             this.InvalidGitPathLocal.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
@@ -169,6 +176,7 @@
             // 
             // LocalSettings
             // 
+            this.LocalSettings.Controls.Add(this.label30);
             this.LocalSettings.Controls.Add(this.lblLocalAutoCRLF);
             this.LocalSettings.Controls.Add(this.LocalAutoCRLF);
             this.LocalSettings.Controls.Add(this.InvalidGitPathLocal);
@@ -183,10 +191,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, 25);
+            this.LocalSettings.Location = new System.Drawing.Point(4, 22);
             this.LocalSettings.Name = &quot;LocalSettings&quot;;
             this.LocalSettings.Padding = new System.Windows.Forms.Padding(3);
-            this.LocalSettings.Size = new System.Drawing.Size(710, 319);
+            this.LocalSettings.Size = new System.Drawing.Size(710, 322);
             this.LocalSettings.TabIndex = 0;
             this.LocalSettings.Text = &quot;Local settings&quot;;
             this.LocalSettings.UseVisualStyleBackColor = true;
@@ -196,7 +204,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(391, 17);
+            this.lblLocalAutoCRLF.Size = new System.Drawing.Size(295, 13);
             this.lblLocalAutoCRLF.TabIndex = 22;
             this.lblLocalAutoCRLF.Text = &quot;Convert CRLF at the end of lines in text files to LF, AutoCRLF&quot;;
             // 
@@ -209,7 +217,7 @@
             &quot;input&quot;});
             this.LocalAutoCRLF.Location = new System.Drawing.Point(405, 149);
             this.LocalAutoCRLF.Name = &quot;LocalAutoCRLF&quot;;
-            this.LocalAutoCRLF.Size = new System.Drawing.Size(121, 24);
+            this.LocalAutoCRLF.Size = new System.Drawing.Size(121, 21);
             this.LocalAutoCRLF.TabIndex = 21;
             // 
             // InvalidGitPathLocal
@@ -229,7 +237,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(232, 51);
+            this.label21.Size = new System.Drawing.Size(175, 39);
             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;;
@@ -250,7 +258,7 @@
             this.NoGitRepo.ForeColor = System.Drawing.Color.Red;
             this.NoGitRepo.Location = new System.Drawing.Point(460, 76);
             this.NoGitRepo.Name = &quot;NoGitRepo&quot;;
-            this.NoGitRepo.Size = new System.Drawing.Size(143, 17);
+            this.NoGitRepo.Size = new System.Drawing.Size(106, 13);
             this.NoGitRepo.TabIndex = 12;
             this.NoGitRepo.Text = &quot;Not in a git repository&quot;;
             // 
@@ -261,7 +269,7 @@
             this.label20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
             this.label20.Location = new System.Drawing.Point(440, 6);
             this.label20.Name = &quot;label20&quot;;
-            this.label20.Size = new System.Drawing.Size(195, 70);
+            this.label20.Size = new System.Drawing.Size(145, 54);
             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 +282,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, 24);
+            this.MergeTool.Size = new System.Drawing.Size(159, 21);
             this.MergeTool.TabIndex = 10;
             // 
             // KeepMergeBackup
@@ -282,12 +290,11 @@
             this.KeepMergeBackup.AutoSize = true;
             this.KeepMergeBackup.Checked = true;
             this.KeepMergeBackup.CheckState = System.Windows.Forms.CheckState.Indeterminate;
-            this.KeepMergeBackup.Location = new System.Drawing.Point(189, 124);
+            this.KeepMergeBackup.Location = new System.Drawing.Point(405, 127);
             this.KeepMergeBackup.Name = &quot;KeepMergeBackup&quot;;
             this.KeepMergeBackup.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
-            this.KeepMergeBackup.Size = new System.Drawing.Size(232, 21);
+            this.KeepMergeBackup.Size = new System.Drawing.Size(15, 14);
             this.KeepMergeBackup.TabIndex = 9;
-            this.KeepMergeBackup.Text = &quot;Keep backup (.orig) after merge&quot;;
             this.KeepMergeBackup.UseVisualStyleBackColor = true;
             // 
             // label8
@@ -295,7 +302,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(71, 17);
+            this.label8.Size = new System.Drawing.Size(54, 13);
             this.label8.TabIndex = 6;
             this.label8.Text = &quot;Mergetool&quot;;
             // 
@@ -303,7 +310,7 @@
             // 
             this.Editor.Location = new System.Drawing.Point(118, 67);
             this.Editor.Name = &quot;Editor&quot;;
-            this.Editor.Size = new System.Drawing.Size(159, 22);
+            this.Editor.Size = new System.Drawing.Size(159, 20);
             this.Editor.TabIndex = 5;
             // 
             // label5
@@ -311,7 +318,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(45, 17);
+            this.label5.Size = new System.Drawing.Size(34, 13);
             this.label5.TabIndex = 4;
             this.label5.Text = &quot;Editor&quot;;
             // 
@@ -319,7 +326,7 @@
             // 
             this.UserEmail.Location = new System.Drawing.Point(118, 40);
             this.UserEmail.Name = &quot;UserEmail&quot;;
-            this.UserEmail.Size = new System.Drawing.Size(159, 22);
+            this.UserEmail.Size = new System.Drawing.Size(159, 20);
             this.UserEmail.TabIndex = 3;
             this.UserEmail.TextChanged += new System.EventHandler(this.UserEmail_TextChanged);
             // 
@@ -327,7 +334,7 @@
             // 
             this.UserName.Location = new System.Drawing.Point(118, 12);
             this.UserName.Name = &quot;UserName&quot;;
-            this.UserName.Size = new System.Drawing.Size(159, 22);
+            this.UserName.Size = new System.Drawing.Size(159, 20);
             this.UserName.TabIndex = 1;
             this.UserName.TextChanged += new System.EventHandler(this.UserName_TextChanged);
             // 
@@ -336,7 +343,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(75, 17);
+            this.label2.Size = new System.Drawing.Size(56, 13);
             this.label2.TabIndex = 2;
             this.label2.Text = &quot;User email&quot;;
             // 
@@ -345,23 +352,23 @@
             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(77, 17);
+            this.label1.Size = new System.Drawing.Size(58, 13);
             this.label1.TabIndex = 0;
             this.label1.Text = &quot;User name&quot;;
             // 
             // SmtpServer
             // 
-            this.SmtpServer.Location = new System.Drawing.Point(382, 141);
+            this.SmtpServer.Location = new System.Drawing.Point(382, 140);
             this.SmtpServer.Name = &quot;SmtpServer&quot;;
-            this.SmtpServer.Size = new System.Drawing.Size(242, 22);
+            this.SmtpServer.Size = new System.Drawing.Size(242, 20);
             this.SmtpServer.TabIndex = 17;
             // 
             // label23
             // 
             this.label23.AutoSize = true;
-            this.label23.Location = new System.Drawing.Point(8, 145);
+            this.label23.Location = new System.Drawing.Point(8, 144);
             this.label23.Name = &quot;label23&quot;;
-            this.label23.Size = new System.Drawing.Size(213, 17);
+            this.label23.Size = new System.Drawing.Size(159, 13);
             this.label23.TabIndex = 18;
             this.label23.Text = &quot;Smtp server for sending patches&quot;;
             // 
@@ -392,9 +399,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, 25);
+            this.tabPage3.Location = new System.Drawing.Point(4, 22);
             this.tabPage3.Name = &quot;tabPage3&quot;;
-            this.tabPage3.Size = new System.Drawing.Size(710, 319);
+            this.tabPage3.Size = new System.Drawing.Size(710, 322);
             this.tabPage3.TabIndex = 2;
             this.tabPage3.Text = &quot;Checklist&quot;;
             this.tabPage3.UseVisualStyleBackColor = true;
@@ -444,7 +451,7 @@
             this.CheckAtStartup.AutoSize = true;
             this.CheckAtStartup.Location = new System.Drawing.Point(12, 286);
             this.CheckAtStartup.Name = &quot;CheckAtStartup&quot;;
-            this.CheckAtStartup.Size = new System.Drawing.Size(493, 21);
+            this.CheckAtStartup.Size = new System.Drawing.Size(368, 17);
             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,7 +462,7 @@
             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(577, 17);
+            this.label11.Size = new System.Drawing.Size(434, 13);
             this.label11.TabIndex = 6;
             this.label11.Text = &quot;The checklist below validates the basic settings needed for GitExtensions to work&quot; +
                 &quot; properly.&quot;;
@@ -537,6 +544,11 @@
             // 
             // TabPageGitExtensions
             // 
+            this.TabPageGitExtensions.Controls.Add(this.label39);
+            this.TabPageGitExtensions.Controls.Add(this.label38);
+            this.TabPageGitExtensions.Controls.Add(this.label37);
+            this.TabPageGitExtensions.Controls.Add(this.label35);
+            this.TabPageGitExtensions.Controls.Add(this.label34);
             this.TabPageGitExtensions.Controls.Add(this.EncodingLabel);
             this.TabPageGitExtensions.Controls.Add(this.Encoding);
             this.TabPageGitExtensions.Controls.Add(this.label23);
@@ -556,9 +568,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, 25);
+            this.TabPageGitExtensions.Location = new System.Drawing.Point(4, 22);
             this.TabPageGitExtensions.Name = &quot;TabPageGitExtensions&quot;;
-            this.TabPageGitExtensions.Size = new System.Drawing.Size(710, 319);
+            this.TabPageGitExtensions.Size = new System.Drawing.Size(710, 322);
             this.TabPageGitExtensions.TabIndex = 3;
             this.TabPageGitExtensions.Text = &quot;Git extensions&quot;;
             this.TabPageGitExtensions.UseVisualStyleBackColor = true;
@@ -567,9 +579,9 @@
             // EncodingLabel
             // 
             this.EncodingLabel.AutoSize = true;
-            this.EncodingLabel.Location = new System.Drawing.Point(332, 291);
+            this.EncodingLabel.Location = new System.Drawing.Point(324, 291);
             this.EncodingLabel.Name = &quot;EncodingLabel&quot;;
-            this.EncodingLabel.Size = new System.Drawing.Size(67, 17);
+            this.EncodingLabel.Size = new System.Drawing.Size(52, 13);
             this.EncodingLabel.TabIndex = 20;
             this.EncodingLabel.Text = &quot;Encoding&quot;;
             // 
@@ -582,17 +594,17 @@
             &quot;UTF7&quot;,
             &quot;UTF8&quot;,
             &quot;UTF32&quot;});
-            this.Encoding.Location = new System.Drawing.Point(404, 289);
+            this.Encoding.Location = new System.Drawing.Point(382, 288);
             this.Encoding.Name = &quot;Encoding&quot;;
-            this.Encoding.Size = new System.Drawing.Size(242, 24);
+            this.Encoding.Size = new System.Drawing.Size(242, 21);
             this.Encoding.TabIndex = 19;
             // 
             // Dictionary
             // 
             this.Dictionary.FormattingEnabled = true;
-            this.Dictionary.Location = new System.Drawing.Point(382, 110);
+            this.Dictionary.Location = new System.Drawing.Point(382, 109);
             this.Dictionary.Name = &quot;Dictionary&quot;;
-            this.Dictionary.Size = new System.Drawing.Size(242, 24);
+            this.Dictionary.Size = new System.Drawing.Size(242, 21);
             this.Dictionary.TabIndex = 15;
             this.Dictionary.SelectedIndexChanged += new System.EventHandler(this.Dictionary_SelectedIndexChanged);
             this.Dictionary.DropDown += new System.EventHandler(this.Dictionary_DropDown);
@@ -600,66 +612,61 @@
             // label22
             // 
             this.label22.AutoSize = true;
-            this.label22.Location = new System.Drawing.Point(8, 119);
+            this.label22.Location = new System.Drawing.Point(8, 118);
             this.label22.Name = &quot;label22&quot;;
-            this.label22.Size = new System.Drawing.Size(202, 17);
+            this.label22.Size = new System.Drawing.Size(152, 13);
             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(156, 265);
+            this.ShowRelativeDate.Location = new System.Drawing.Point(382, 262);
             this.ShowRelativeDate.Name = &quot;ShowRelativeDate&quot;;
             this.ShowRelativeDate.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
-            this.ShowRelativeDate.Size = new System.Drawing.Size(266, 21);
+            this.ShowRelativeDate.Size = new System.Drawing.Size(15, 14);
             this.ShowRelativeDate.TabIndex = 13;
-            this.ShowRelativeDate.Text = &quot;Show relative date instead of full date&quot;;
             this.ShowRelativeDate.UseVisualStyleBackColor = true;
             // 
             // UseFastChecks
             // 
             this.UseFastChecks.AutoSize = true;
-            this.UseFastChecks.Location = new System.Drawing.Point(64, 242);
+            this.UseFastChecks.Location = new System.Drawing.Point(382, 240);
             this.UseFastChecks.Name = &quot;UseFastChecks&quot;;
             this.UseFastChecks.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
-            this.UseFastChecks.Size = new System.Drawing.Size(358, 21);
+            this.UseFastChecks.Size = new System.Drawing.Size(15, 14);
             this.UseFastChecks.TabIndex = 12;
-            this.UseFastChecks.Text = &quot;Use FileSystemWatcher to check if index is changed&quot;;
             this.UseFastChecks.UseVisualStyleBackColor = true;
             // 
             // ShowGitCommandLine
             // 
             this.ShowGitCommandLine.AutoSize = true;
-            this.ShowGitCommandLine.Location = new System.Drawing.Point(52, 195);
+            this.ShowGitCommandLine.Location = new System.Drawing.Point(382, 196);
             this.ShowGitCommandLine.Name = &quot;ShowGitCommandLine&quot;;
             this.ShowGitCommandLine.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
-            this.ShowGitCommandLine.Size = new System.Drawing.Size(370, 21);
+            this.ShowGitCommandLine.Size = new System.Drawing.Size(15, 14);
             this.ShowGitCommandLine.TabIndex = 11;
-            this.ShowGitCommandLine.Text = &quot;Show Git commandline dialog when executing process&quot;;
             this.ShowGitCommandLine.UseVisualStyleBackColor = true;
             // 
             // ShowRevisionGraph
             // 
             this.ShowRevisionGraph.AutoSize = true;
-            this.ShowRevisionGraph.Location = new System.Drawing.Point(178, 219);
+            this.ShowRevisionGraph.Location = new System.Drawing.Point(382, 218);
             this.ShowRevisionGraph.Name = &quot;ShowRevisionGraph&quot;;
             this.ShowRevisionGraph.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
-            this.ShowRevisionGraph.Size = new System.Drawing.Size(244, 21);
+            this.ShowRevisionGraph.Size = new System.Drawing.Size(15, 14);
             this.ShowRevisionGraph.TabIndex = 10;
-            this.ShowRevisionGraph.Text = &quot;Show revision graph in commit log&quot;;
             this.ShowRevisionGraph.UseVisualStyleBackColor = true;
             this.ShowRevisionGraph.CheckedChanged += new System.EventHandler(this.ShowRevisionGraph_CheckedChanged);
             // 
             // CloseProcessDialog
             // 
             this.CloseProcessDialog.AutoSize = true;
-            this.CloseProcessDialog.Location = new System.Drawing.Point(8, 171);
+            this.CloseProcessDialog.Location = new System.Drawing.Point(382, 174);
             this.CloseProcessDialog.Name = &quot;CloseProcessDialog&quot;;
             this.CloseProcessDialog.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
-            this.CloseProcessDialog.Size = new System.Drawing.Size(414, 21);
+            this.CloseProcessDialog.Size = new System.Drawing.Size(15, 14);
             this.CloseProcessDialog.TabIndex = 9;
-            this.CloseProcessDialog.Text = &quot;Close process dialog automaticly when process is succeeded&quot;;
             this.CloseProcessDialog.UseVisualStyleBackColor = true;
             // 
             // BrowseGitBinPath
@@ -676,7 +683,7 @@
             // 
             this.GitBinPath.Location = new System.Drawing.Point(382, 35);
             this.GitBinPath.Name = &quot;GitBinPath&quot;;
-            this.GitBinPath.Size = new System.Drawing.Size(242, 22);
+            this.GitBinPath.Size = new System.Drawing.Size(242, 20);
             this.GitBinPath.TabIndex = 7;
             // 
             // label14
@@ -684,7 +691,7 @@
             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(355, 17);
+            this.label14.Size = new System.Drawing.Size(267, 13);
             this.label14.TabIndex = 6;
             this.label14.Text = &quot;Path to git.exe (leave empty when git.exe is in the path)&quot;;
             // 
@@ -702,7 +709,7 @@
             // 
             this.GitPath.Location = new System.Drawing.Point(382, 9);
             this.GitPath.Name = &quot;GitPath&quot;;
-            this.GitPath.Size = new System.Drawing.Size(242, 22);
+            this.GitPath.Size = new System.Drawing.Size(242, 20);
             this.GitPath.TabIndex = 4;
             this.GitPath.TextChanged += new System.EventHandler(this.GitPath_TextChanged);
             // 
@@ -711,7 +718,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(363, 17);
+            this.label13.Size = new System.Drawing.Size(273, 13);
             this.label13.TabIndex = 3;
             this.label13.Text = &quot;Path to git.cmd (leave empty when git.cmd is in the path)&quot;;
             // 
@@ -729,7 +736,7 @@
             0,
             0});
             this.MaxCommits.Name = &quot;MaxCommits&quot;;
-            this.MaxCommits.Size = new System.Drawing.Size(123, 22);
+            this.MaxCommits.Size = new System.Drawing.Size(123, 20);
             this.MaxCommits.TabIndex = 2;
             this.MaxCommits.Value = new decimal(new int[] {
             1000,
@@ -742,7 +749,7 @@
             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(379, 51);
+            this.label12.Size = new System.Drawing.Size(285, 39);
             this.label12.TabIndex = 0;
             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; +
@@ -752,9 +759,9 @@
             // 
             this.AppearancePage.Controls.Add(this.groupBox4);
             this.AppearancePage.Controls.Add(this.groupBox3);
-            this.AppearancePage.Location = new System.Drawing.Point(4, 25);
+            this.AppearancePage.Location = new System.Drawing.Point(4, 22);
             this.AppearancePage.Name = &quot;AppearancePage&quot;;
-            this.AppearancePage.Size = new System.Drawing.Size(710, 319);
+            this.AppearancePage.Size = new System.Drawing.Size(710, 322);
             this.AppearancePage.TabIndex = 5;
             this.AppearancePage.Text = &quot;Appearance&quot;;
             this.AppearancePage.UseVisualStyleBackColor = true;
@@ -785,7 +792,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(137, 17);
+            this.label33.Size = new System.Drawing.Size(102, 13);
             this.label33.TabIndex = 8;
             this.label33.Text = &quot;Color remote branch&quot;;
             // 
@@ -797,7 +804,7 @@
             this.ColorRemoteBranchLabel.Cursor = System.Windows.Forms.Cursors.Hand;
             this.ColorRemoteBranchLabel.Location = new System.Drawing.Point(211, 133);
             this.ColorRemoteBranchLabel.Name = &quot;ColorRemoteBranchLabel&quot;;
-            this.ColorRemoteBranchLabel.Size = new System.Drawing.Size(36, 19);
+            this.ColorRemoteBranchLabel.Size = new System.Drawing.Size(29, 15);
             this.ColorRemoteBranchLabel.TabIndex = 9;
             this.ColorRemoteBranchLabel.Text = &quot;Red&quot;;
             this.ColorRemoteBranchLabel.Click += new System.EventHandler(this.ColorRemoteBranchLabel_Click);
@@ -810,7 +817,7 @@
             this.ColorOtherLabel.Cursor = System.Windows.Forms.Cursors.Hand;
             this.ColorOtherLabel.Location = new System.Drawing.Point(211, 161);
             this.ColorOtherLabel.Name = &quot;ColorOtherLabel&quot;;
-            this.ColorOtherLabel.Size = new System.Drawing.Size(36, 19);
+            this.ColorOtherLabel.Size = new System.Drawing.Size(29, 15);
             this.ColorOtherLabel.TabIndex = 11;
             this.ColorOtherLabel.Text = &quot;Red&quot;;
             this.ColorOtherLabel.Click += new System.EventHandler(this.ColorOtherLabel_Click);
@@ -820,7 +827,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(112, 17);
+            this.label36.Size = new System.Drawing.Size(83, 13);
             this.label36.TabIndex = 10;
             this.label36.Text = &quot;Color other label&quot;;
             // 
@@ -829,7 +836,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(65, 17);
+            this.label25.Size = new System.Drawing.Size(49, 13);
             this.label25.TabIndex = 4;
             this.label25.Text = &quot;Color tag&quot;;
             // 
@@ -841,7 +848,7 @@
             this.ColorTagLabel.Cursor = System.Windows.Forms.Cursors.Hand;
             this.ColorTagLabel.Location = new System.Drawing.Point(211, 76);
             this.ColorTagLabel.Name = &quot;ColorTagLabel&quot;;
-            this.ColorTagLabel.Size = new System.Drawing.Size(36, 19);
+            this.ColorTagLabel.Size = new System.Drawing.Size(29, 15);
             this.ColorTagLabel.TabIndex = 5;
             this.ColorTagLabel.Text = &quot;Red&quot;;
             this.ColorTagLabel.Click += new System.EventHandler(this.ColorTagLabel_Click);
@@ -854,7 +861,7 @@
             this.ColorBranchLabel.Cursor = System.Windows.Forms.Cursors.Hand;
             this.ColorBranchLabel.Location = new System.Drawing.Point(211, 104);
             this.ColorBranchLabel.Name = &quot;ColorBranchLabel&quot;;
-            this.ColorBranchLabel.Size = new System.Drawing.Size(36, 19);
+            this.ColorBranchLabel.Size = new System.Drawing.Size(29, 15);
             this.ColorBranchLabel.TabIndex = 7;
             this.ColorBranchLabel.Text = &quot;Red&quot;;
             this.ColorBranchLabel.Click += new System.EventHandler(this.ColorBranchLabel_Click);
@@ -864,7 +871,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(89, 17);
+            this.label32.Size = new System.Drawing.Size(67, 13);
             this.label32.TabIndex = 6;
             this.label32.Text = &quot;Color branch&quot;;
             // 
@@ -873,7 +880,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(135, 17);
+            this.label24.Size = new System.Drawing.Size(100, 13);
             this.label24.TabIndex = 0;
             this.label24.Text = &quot;Color revision graph&quot;;
             // 
@@ -885,7 +892,7 @@
             this.RevisionGraphColorLabel.Cursor = System.Windows.Forms.Cursors.Hand;
             this.RevisionGraphColorLabel.Location = new System.Drawing.Point(211, 19);
             this.RevisionGraphColorLabel.Name = &quot;RevisionGraphColorLabel&quot;;
-            this.RevisionGraphColorLabel.Size = new System.Drawing.Size(36, 19);
+            this.RevisionGraphColorLabel.Size = new System.Drawing.Size(29, 15);
             this.RevisionGraphColorLabel.TabIndex = 1;
             this.RevisionGraphColorLabel.Text = &quot;Red&quot;;
             this.RevisionGraphColorLabel.Click += new System.EventHandler(this.label25_Click);
@@ -898,7 +905,7 @@
             this.RevisionGraphColorSelected.Cursor = System.Windows.Forms.Cursors.Hand;
             this.RevisionGraphColorSelected.Location = new System.Drawing.Point(211, 47);
             this.RevisionGraphColorSelected.Name = &quot;RevisionGraphColorSelected&quot;;
-            this.RevisionGraphColorSelected.Size = new System.Drawing.Size(36, 19);
+            this.RevisionGraphColorSelected.Size = new System.Drawing.Size(29, 15);
             this.RevisionGraphColorSelected.TabIndex = 3;
             this.RevisionGraphColorSelected.Text = &quot;Red&quot;;
             this.RevisionGraphColorSelected.Click += new System.EventHandler(this.label25_Click_1);
@@ -908,7 +915,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(192, 17);
+            this.label26.Size = new System.Drawing.Size(143, 13);
             this.label26.TabIndex = 2;
             this.label26.Text = &quot;Color revision graph selected&quot;;
             // 
@@ -932,7 +939,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(126, 17);
+            this.label27.Size = new System.Drawing.Size(94, 13);
             this.label27.TabIndex = 4;
             this.label27.Text = &quot;Color removed line&quot;;
             // 
@@ -944,7 +951,7 @@
             this.ColorSectionLabel.Cursor = System.Windows.Forms.Cursors.Hand;
             this.ColorSectionLabel.Location = new System.Drawing.Point(208, 78);
             this.ColorSectionLabel.Name = &quot;ColorSectionLabel&quot;;
-            this.ColorSectionLabel.Size = new System.Drawing.Size(36, 19);
+            this.ColorSectionLabel.Size = new System.Drawing.Size(29, 15);
             this.ColorSectionLabel.TabIndex = 9;
             this.ColorSectionLabel.Text = &quot;Red&quot;;
             this.ColorSectionLabel.Click += new System.EventHandler(this.ColorSectionLabel_Click);
@@ -957,7 +964,7 @@
             this.ColorRemovedLine.Cursor = System.Windows.Forms.Cursors.Hand;
             this.ColorRemovedLine.Location = new System.Drawing.Point(208, 19);
             this.ColorRemovedLine.Name = &quot;ColorRemovedLine&quot;;
-            this.ColorRemovedLine.Size = new System.Drawing.Size(36, 19);
+            this.ColorRemovedLine.Size = new System.Drawing.Size(29, 15);
             this.ColorRemovedLine.TabIndex = 5;
             this.ColorRemovedLine.Text = &quot;Red&quot;;
             this.ColorRemovedLine.Click += new System.EventHandler(this.ColorRemovedLine_Click);
@@ -967,7 +974,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(90, 17);
+            this.label31.Size = new System.Drawing.Size(68, 13);
             this.label31.TabIndex = 8;
             this.label31.Text = &quot;Color section&quot;;
             // 
@@ -976,7 +983,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(111, 17);
+            this.label29.Size = new System.Drawing.Size(83, 13);
             this.label29.TabIndex = 6;
             this.label29.Text = &quot;Color added line&quot;;
             // 
@@ -988,13 +995,14 @@
             this.ColorAddedLineLabel.Cursor = System.Windows.Forms.Cursors.Hand;
             this.ColorAddedLineLabel.Location = new System.Drawing.Point(208, 49);
             this.ColorAddedLineLabel.Name = &quot;ColorAddedLineLabel&quot;;
-            this.ColorAddedLineLabel.Size = new System.Drawing.Size(36, 19);
+            this.ColorAddedLineLabel.Size = new System.Drawing.Size(29, 15);
             this.ColorAddedLineLabel.TabIndex = 7;
             this.ColorAddedLineLabel.Text = &quot;Red&quot;;
             this.ColorAddedLineLabel.Click += new System.EventHandler(this.label28_Click);
             // 
             // GlobalSettingsPage
             // 
+            this.GlobalSettingsPage.Controls.Add(this.label28);
             this.GlobalSettingsPage.Controls.Add(this.lblGlobalAutoCRLF);
             this.GlobalSettingsPage.Controls.Add(this.GlobalAutoCRLF);
             this.GlobalSettingsPage.Controls.Add(this.InvalidGitPathGlobal);
@@ -1013,10 +1021,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, 25);
+            this.GlobalSettingsPage.Location = new System.Drawing.Point(4, 22);
             this.GlobalSettingsPage.Name = &quot;GlobalSettingsPage&quot;;
             this.GlobalSettingsPage.Padding = new System.Windows.Forms.Padding(3);
-            this.GlobalSettingsPage.Size = new System.Drawing.Size(710, 319);
+            this.GlobalSettingsPage.Size = new System.Drawing.Size(710, 322);
             this.GlobalSettingsPage.TabIndex = 1;
             this.GlobalSettingsPage.Text = &quot;Global settings&quot;;
             this.GlobalSettingsPage.UseVisualStyleBackColor = true;
@@ -1026,7 +1034,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(391, 17);
+            this.lblGlobalAutoCRLF.Size = new System.Drawing.Size(295, 13);
             this.lblGlobalAutoCRLF.TabIndex = 21;
             this.lblGlobalAutoCRLF.Text = &quot;Convert CRLF at the end of lines in text files to LF, AutoCRLF&quot;;
             // 
@@ -1039,7 +1047,7 @@
             &quot;input&quot;});
             this.GlobalAutoCRLF.Location = new System.Drawing.Point(411, 201);
             this.GlobalAutoCRLF.Name = &quot;GlobalAutoCRLF&quot;;
-            this.GlobalAutoCRLF.Size = new System.Drawing.Size(121, 24);
+            this.GlobalAutoCRLF.Size = new System.Drawing.Size(121, 21);
             this.GlobalAutoCRLF.TabIndex = 20;
             // 
             // InvalidGitPathGlobal
@@ -1059,7 +1067,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(232, 51);
+            this.label9.Size = new System.Drawing.Size(175, 39);
             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;;
@@ -1096,7 +1104,7 @@
                 &quot;BASE\&quot; \&quot;$REMOTE\&quot;&quot;});
             this.MergeToolCmd.Location = new System.Drawing.Point(153, 147);
             this.MergeToolCmd.Name = &quot;MergeToolCmd&quot;;
-            this.MergeToolCmd.Size = new System.Drawing.Size(347, 24);
+            this.MergeToolCmd.Size = new System.Drawing.Size(347, 21);
             this.MergeToolCmd.TabIndex = 15;
             // 
             // label19
@@ -1104,7 +1112,7 @@
             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(136, 17);
+            this.label19.Size = new System.Drawing.Size(103, 13);
             this.label19.TabIndex = 14;
             this.label19.Text = &quot;Mergetool command&quot;;
             // 
@@ -1129,7 +1137,7 @@
             &quot;TortoiseMerge&quot;});
             this.GlobalMergeTool.Location = new System.Drawing.Point(153, 92);
             this.GlobalMergeTool.Name = &quot;GlobalMergeTool&quot;;
-            this.GlobalMergeTool.Size = new System.Drawing.Size(164, 24);
+            this.GlobalMergeTool.Size = new System.Drawing.Size(164, 21);
             this.GlobalMergeTool.TabIndex = 12;
             this.GlobalMergeTool.SelectedIndexChanged += new System.EventHandler(this.GlobalMergeTool_SelectedIndexChanged);
             this.GlobalMergeTool.TextChanged += new System.EventHandler(this.GlobalMergeTool_TextChanged);
@@ -1139,7 +1147,7 @@
             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(120, 17);
+            this.PathToKDiff3.Size = new System.Drawing.Size(90, 13);
             this.PathToKDiff3.TabIndex = 11;
             this.PathToKDiff3.Text = &quot;Path to mergetool&quot;;
             // 
@@ -1147,7 +1155,7 @@
             // 
             this.MergetoolPath.Location = new System.Drawing.Point(153, 120);
             this.MergetoolPath.Name = &quot;MergetoolPath&quot;;
-            this.MergetoolPath.Size = new System.Drawing.Size(347, 22);
+            this.MergetoolPath.Size = new System.Drawing.Size(347, 20);
             this.MergetoolPath.TabIndex = 10;
             // 
             // GlobalKeepMergeBackup
@@ -1155,12 +1163,11 @@
             this.GlobalKeepMergeBackup.AutoSize = true;
             this.GlobalKeepMergeBackup.Checked = true;
             this.GlobalKeepMergeBackup.CheckState = System.Windows.Forms.CheckState.Indeterminate;
-            this.GlobalKeepMergeBackup.Location = new System.Drawing.Point(196, 177);
+            this.GlobalKeepMergeBackup.Location = new System.Drawing.Point(411, 179);
             this.GlobalKeepMergeBackup.Name = &quot;GlobalKeepMergeBackup&quot;;
             this.GlobalKeepMergeBackup.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
-            this.GlobalKeepMergeBackup.Size = new System.Drawing.Size(232, 21);
+            this.GlobalKeepMergeBackup.Size = new System.Drawing.Size(15, 14);
             this.GlobalKeepMergeBackup.TabIndex = 9;
-            this.GlobalKeepMergeBackup.Text = &quot;Keep backup (.orig) after merge&quot;;
             this.GlobalKeepMergeBackup.UseVisualStyleBackColor = true;
             // 
             // label7
@@ -1168,7 +1175,7 @@
             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(71, 17);
+            this.label7.Size = new System.Drawing.Size(54, 13);
             this.label7.TabIndex = 7;
             this.label7.Text = &quot;Mergetool&quot;;
             // 
@@ -1176,7 +1183,7 @@
             // 
             this.GlobalEditor.Location = new System.Drawing.Point(153, 65);
             this.GlobalEditor.Name = &quot;GlobalEditor&quot;;
-            this.GlobalEditor.Size = new System.Drawing.Size(164, 22);
+            this.GlobalEditor.Size = new System.Drawing.Size(164, 20);
             this.GlobalEditor.TabIndex = 5;
             // 
             // label6
@@ -1184,7 +1191,7 @@
             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(45, 17);
+            this.label6.Size = new System.Drawing.Size(34, 13);
             this.label6.TabIndex = 4;
             this.label6.Text = &quot;Editor&quot;;
             // 
@@ -1192,14 +1199,14 @@
             // 
             this.GlobalUserEmail.Location = new System.Drawing.Point(153, 37);
             this.GlobalUserEmail.Name = &quot;GlobalUserEmail&quot;;
-            this.GlobalUserEmail.Size = new System.Drawing.Size(164, 22);
+            this.GlobalUserEmail.Size = new System.Drawing.Size(164, 20);
             this.GlobalUserEmail.TabIndex = 3;
             // 
             // GlobalUserName
             // 
             this.GlobalUserName.Location = new System.Drawing.Point(153, 8);
             this.GlobalUserName.Name = &quot;GlobalUserName&quot;;
-            this.GlobalUserName.Size = new System.Drawing.Size(164, 22);
+            this.GlobalUserName.Size = new System.Drawing.Size(164, 20);
             this.GlobalUserName.TabIndex = 2;
             this.GlobalUserName.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
             // 
@@ -1208,7 +1215,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(75, 17);
+            this.label4.Size = new System.Drawing.Size(56, 13);
             this.label4.TabIndex = 1;
             this.label4.Text = &quot;User email&quot;;
             // 
@@ -1217,7 +1224,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(77, 17);
+            this.label3.Size = new System.Drawing.Size(58, 13);
             this.label3.TabIndex = 0;
             this.label3.Text = &quot;User name&quot;;
             this.label3.Click += new System.EventHandler(this.label3_Click);
@@ -1226,10 +1233,10 @@
             // 
             this.Ssh.Controls.Add(this.groupBox2);
             this.Ssh.Controls.Add(this.groupBox1);
-            this.Ssh.Location = new System.Drawing.Point(4, 25);
+            this.Ssh.Location = new System.Drawing.Point(4, 22);
             this.Ssh.Name = &quot;Ssh&quot;;
             this.Ssh.Padding = new System.Windows.Forms.Padding(3);
-            this.Ssh.Size = new System.Drawing.Size(710, 319);
+            this.Ssh.Size = new System.Drawing.Size(710, 322);
             this.Ssh.TabIndex = 4;
             this.Ssh.Text = &quot;Ssh&quot;;
             this.Ssh.UseVisualStyleBackColor = true;
@@ -1260,7 +1267,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(563, 21);
+            this.AutostartPageant.Size = new System.Drawing.Size(424, 17);
             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 +1277,7 @@
             // 
             this.PageantPath.Location = new System.Drawing.Point(118, 76);
             this.PageantPath.Name = &quot;PageantPath&quot;;
-            this.PageantPath.Size = new System.Drawing.Size(323, 22);
+            this.PageantPath.Size = new System.Drawing.Size(323, 20);
             this.PageantPath.TabIndex = 9;
             // 
             // PageantBrowse
@@ -1288,7 +1295,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(109, 17);
+            this.label17.Size = new System.Drawing.Size(83, 13);
             this.label17.TabIndex = 8;
             this.label17.Text = &quot;Path to pageant&quot;;
             // 
@@ -1296,7 +1303,7 @@
             // 
             this.PuttygenPath.Location = new System.Drawing.Point(118, 46);
             this.PuttygenPath.Name = &quot;PuttygenPath&quot;;
-            this.PuttygenPath.Size = new System.Drawing.Size(323, 22);
+            this.PuttygenPath.Size = new System.Drawing.Size(323, 20);
             this.PuttygenPath.TabIndex = 6;
             // 
             // PuttygenBrowse
@@ -1314,7 +1321,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(112, 17);
+            this.label16.Size = new System.Drawing.Size(85, 13);
             this.label16.TabIndex = 5;
             this.label16.Text = &quot;Path to puttygen&quot;;
             // 
@@ -1323,7 +1330,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(112, 17);
+            this.label15.Size = new System.Drawing.Size(86, 13);
             this.label15.TabIndex = 4;
             this.label15.Text = &quot;Path to plink.exe&quot;;
             // 
@@ -1331,7 +1338,7 @@
             // 
             this.PlinkPath.Location = new System.Drawing.Point(118, 17);
             this.PlinkPath.Name = &quot;PlinkPath&quot;;
-            this.PlinkPath.Size = new System.Drawing.Size(323, 22);
+            this.PlinkPath.Size = new System.Drawing.Size(323, 20);
             this.PlinkPath.TabIndex = 2;
             // 
             // PlinkBrowse
@@ -1363,7 +1370,7 @@
             // 
             this.OtherSsh.Location = new System.Drawing.Point(143, 80);
             this.OtherSsh.Name = &quot;OtherSsh&quot;;
-            this.OtherSsh.Size = new System.Drawing.Size(323, 22);
+            this.OtherSsh.Size = new System.Drawing.Size(323, 20);
             this.OtherSsh.TabIndex = 4;
             // 
             // OtherSshBrowse
@@ -1381,7 +1388,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(128, 21);
+            this.Other.Size = new System.Drawing.Size(98, 17);
             this.Other.TabIndex = 3;
             this.Other.Text = &quot;Other ssh client&quot;;
             this.Other.UseVisualStyleBackColor = true;
@@ -1394,7 +1401,7 @@
             this.label18.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
             this.label18.Location = new System.Drawing.Point(121, 18);
             this.label18.Name = &quot;label18&quot;;
-            this.label18.Size = new System.Drawing.Size(560, 53);
+            this.label18.Size = new System.Drawing.Size(418, 41);
             this.label18.TabIndex = 2;
             this.label18.Text = resources.GetString(&quot;label18.Text&quot;);
             // 
@@ -1403,7 +1410,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(92, 21);
+            this.OpenSSH.Size = new System.Drawing.Size(73, 17);
             this.OpenSSH.TabIndex = 1;
             this.OpenSSH.Text = &quot;OpenSSH&quot;;
             this.OpenSSH.UseVisualStyleBackColor = true;
@@ -1415,7 +1422,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(73, 21);
+            this.Putty.Size = new System.Drawing.Size(59, 17);
             this.Putty.TabIndex = 0;
             this.Putty.TabStop = true;
             this.Putty.Text = &quot;PuTTY&quot;;
@@ -1482,9 +1489,72 @@
             this.pictureBox2.TabIndex = 18;
             this.pictureBox2.TabStop = false;
             // 
+            // label28
+            // 
+            this.label28.AutoSize = true;
+            this.label28.Location = new System.Drawing.Point(10, 179);
+            this.label28.Name = &quot;label28&quot;;
+            this.label28.Size = new System.Drawing.Size(156, 13);
+            this.label28.TabIndex = 22;
+            this.label28.Text = &quot;Keep backup (.orig) after merge&quot;;
+            // 
+            // label30
+            // 
+            this.label30.AutoSize = true;
+            this.label30.Location = new System.Drawing.Point(8, 127);
+            this.label30.Name = &quot;label30&quot;;
+            this.label30.Size = new System.Drawing.Size(156, 13);
+            this.label30.TabIndex = 23;
+            this.label30.Text = &quot;Keep backup (.orig) after merge&quot;;
+            // 
+            // label34
+            // 
+            this.label34.AutoSize = true;
+            this.label34.Location = new System.Drawing.Point(8, 175);
+            this.label34.Name = &quot;label34&quot;;
+            this.label34.Size = new System.Drawing.Size(295, 13);
+            this.label34.TabIndex = 21;
+            this.label34.Text = &quot;Close process dialog automaticly when process is succeeded&quot;;
+            // 
+            // label35
+            // 
+            this.label35.AutoSize = true;
+            this.label35.Location = new System.Drawing.Point(8, 197);
+            this.label35.Name = &quot;label35&quot;;
+            this.label35.Size = new System.Drawing.Size(264, 13);
+            this.label35.TabIndex = 22;
+            this.label35.Text = &quot;Show Git commandline dialog when executing process&quot;;
+            // 
+            // label37
+            // 
+            this.label37.AutoSize = true;
+            this.label37.Location = new System.Drawing.Point(8, 218);
+            this.label37.Name = &quot;label37&quot;;
+            this.label37.Size = new System.Drawing.Size(167, 13);
+            this.label37.TabIndex = 23;
+            this.label37.Text = &quot;Show revision graph in commit log&quot;;
+            // 
+            // label38
+            // 
+            this.label38.AutoSize = true;
+            this.label38.Location = new System.Drawing.Point(8, 240);
+            this.label38.Name = &quot;label38&quot;;
+            this.label38.Size = new System.Drawing.Size(256, 13);
+            this.label38.TabIndex = 24;
+            this.label38.Text = &quot;Use FileSystemWatcher to check if index is changed&quot;;
+            // 
+            // label39
+            // 
+            this.label39.AutoSize = true;
+            this.label39.Location = new System.Drawing.Point(8, 263);
+            this.label39.Name = &quot;label39&quot;;
+            this.label39.Size = new System.Drawing.Size(184, 13);
+            this.label39.TabIndex = 25;
+            this.label39.Text = &quot;Show relative date instead of full date&quot;;
+            // 
             // FormSettings
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(718, 381);
             this.Controls.Add(this.splitContainer1);
@@ -1650,6 +1720,13 @@
         private System.Windows.Forms.Label ColorTagLabel;
         private System.Windows.Forms.Label ColorBranchLabel;
         private System.Windows.Forms.Label label32;
+        private System.Windows.Forms.Label label30;
+        private System.Windows.Forms.Label label28;
+        private System.Windows.Forms.Label label37;
+        private System.Windows.Forms.Label label35;
+        private System.Windows.Forms.Label label34;
+        private System.Windows.Forms.Label label39;
+        private System.Windows.Forms.Label label38;
 
     }
 }
\ No newline at end of file</diff>
      <filename>GitUI/FormSettings.Designer.cs</filename>
    </modified>
    <modified>
      <diff>@@ -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(205, 17);
+            this.label1.Size = new System.Drawing.Size(156, 13);
             this.label1.TabIndex = 0;
             this.label1.Text = &quot;Tracked changes in working dir&quot;;
             // 
@@ -166,10 +166,9 @@
             // 
             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, 164);
+            this.Changes.Size = new System.Drawing.Size(251, 173);
             this.Changes.TabIndex = 0;
             this.Changes.SelectedIndexChanged += new System.EventHandler(this.Changes_SelectedIndexChanged);
             // 
@@ -210,7 +209,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(69, 17);
+            this.label3.Size = new System.Drawing.Size(53, 13);
             this.label3.TabIndex = 2;
             this.label3.Text = &quot;Message:&quot;;
             // 
@@ -221,7 +220,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, 24);
+            this.Stashes.Size = new System.Drawing.Size(196, 21);
             this.Stashes.TabIndex = 1;
             this.Stashes.SelectedIndexChanged += new System.EventHandler(this.Stashes_SelectedIndexChanged);
             // 
@@ -234,7 +233,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(48, 17);
+            this.label2.Size = new System.Drawing.Size(37, 13);
             this.label2.TabIndex = 0;
             this.label2.Text = &quot;Stash:&quot;;
             // 
@@ -242,10 +241,9 @@
             // 
             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, 180);
+            this.Stashed.Size = new System.Drawing.Size(251, 186);
             this.Stashed.TabIndex = 0;
             this.Stashed.SelectedIndexChanged += new System.EventHandler(this.Stashed_SelectedIndexChanged);
             // 
@@ -253,7 +251,7 @@
             // 
             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.Margin = new System.Windows.Forms.Padding(4);
             this.View.Name = &quot;View&quot;;
             this.View.ScrollPos = 0;
             this.View.Size = new System.Drawing.Size(453, 485);
@@ -291,7 +289,7 @@
             // 
             // FormStash
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
             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, 18);
+            this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16);
             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, 207);
+            this.tableLayoutPanel1.Size = new System.Drawing.Size(349, 209);
             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, 22);
+            this.SubModuleStatus.Size = new System.Drawing.Size(172, 20);
             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(48, 17);
+            this.label6.Size = new System.Drawing.Size(37, 13);
             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(45, 17);
+            this.label1.Size = new System.Drawing.Size(35, 13);
             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(89, 17);
+            this.label2.Size = new System.Drawing.Size(68, 13);
             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(53, 17);
+            this.label5.Size = new System.Drawing.Size(41, 13);
             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, 22);
+            this.SubModuleName.Size = new System.Drawing.Size(172, 20);
             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(54, 17);
+            this.label4.Size = new System.Drawing.Size(41, 13);
             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, 22);
+            this.SubModuleRemotePath.Size = new System.Drawing.Size(238, 20);
             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(74, 17);
+            this.label3.Size = new System.Drawing.Size(57, 13);
             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, 22);
+            this.SubModuleLocalPath.Size = new System.Drawing.Size(238, 20);
             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, 22);
+            this.SubModuleCommit.Size = new System.Drawing.Size(238, 20);
             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, 22);
+            this.SubModuleBranch.Size = new System.Drawing.Size(238, 20);
             this.SubModuleBranch.TabIndex = 12;
             // 
             // splitContainer4
@@ -373,7 +373,7 @@
             // 
             // FormSubmodules
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
             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>
      <diff>@@ -10,6 +10,10 @@ Version 1.79
 	Removed Load button from view patch dialog. Patch is now loaded when file is selected.
 	Added context menu to merge conflict dialog
 	Added &quot;Abort&quot; button to merge conflict dialog
+	Most dialogs changed to support larger DPI settings.
+	Delete commit message after succesful commit.
+	Added waitcursor to FormResolveConflicts.
+	Set width to submodules submenu and recent repositories submenu.
 
 Version 1.78
 	Fixed bug causing the commitmessage to contain encoding marker bytes</diff>
      <filename>GitUI/Resources/ChangeLog.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f459de07f7737d8e849ad201497dbe5bb0dca0d9</id>
    </parent>
  </parents>
  <author>
    <name>Henk Westhuis</name>
    <email>Henk_Westhuis@hotmail.com</email>
  </author>
  <url>http://github.com/spdr870/gitextensions/commit/51758aaf33da1c3a7c3b3a16a32c3a50ea68f310</url>
  <id>51758aaf33da1c3a7c3b3a16a32c3a50ea68f310</id>
  <committed-date>2009-11-03T10:11:24-08:00</committed-date>
  <authored-date>2009-11-03T10:11:24-08:00</authored-date>
  <message>Minor layout changes</message>
  <tree>a2360752d012bbc5c3bdf611f51b1f189b3abe39</tree>
  <committer>
    <name>Henk Westhuis</name>
    <email>Henk_Westhuis@hotmail.com</email>
  </committer>
</commit>
