From 591eeb702455765f3a23b24174e1586f3091b9d8 Mon Sep 17 00:00:00 2001 From: pointfeev Date: Mon, 13 Jun 2022 20:15:50 -0500 Subject: [PATCH] margin fixes --- CreamInstaller/Forms/MainForm.Designer.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CreamInstaller/Forms/MainForm.Designer.cs b/CreamInstaller/Forms/MainForm.Designer.cs index 8d3e142..5c269e9 100644 --- a/CreamInstaller/Forms/MainForm.Designer.cs +++ b/CreamInstaller/Forms/MainForm.Designer.cs @@ -32,6 +32,7 @@ namespace CreamInstaller // this.progressLabel.FlatStyle = System.Windows.Forms.FlatStyle.System; this.progressLabel.Location = new System.Drawing.Point(12, 16); + this.progressLabel.Margin = new System.Windows.Forms.Padding(3, 0, 3, 12); this.progressLabel.Name = "progressLabel"; this.progressLabel.Size = new System.Drawing.Size(218, 15); this.progressLabel.TabIndex = 0; @@ -43,6 +44,7 @@ namespace CreamInstaller this.updateButton.Enabled = false; this.updateButton.FlatStyle = System.Windows.Forms.FlatStyle.System; this.updateButton.Location = new System.Drawing.Point(317, 12); + this.updateButton.Margin = new System.Windows.Forms.Padding(3, 3, 3, 12); this.updateButton.Name = "updateButton"; this.updateButton.Size = new System.Drawing.Size(75, 23); this.updateButton.TabIndex = 2; @@ -55,6 +57,7 @@ namespace CreamInstaller this.ignoreButton.Enabled = false; this.ignoreButton.FlatStyle = System.Windows.Forms.FlatStyle.System; this.ignoreButton.Location = new System.Drawing.Point(236, 12); + this.ignoreButton.Margin = new System.Windows.Forms.Padding(3, 3, 3, 12); this.ignoreButton.Name = "ignoreButton"; this.ignoreButton.Size = new System.Drawing.Size(75, 23); this.ignoreButton.TabIndex = 1;