From 0f575df7ce6521bd466ff512c159b6a71bd2bdd3 Mon Sep 17 00:00:00 2001 From: "Valeriano A.R" Date: Sat, 18 Jun 2016 13:31:06 +0200 Subject: [PATCH] FrmPdfInfo: Fix alignment of buttons --- VAR.PdfTools.Workbench/FrmPdfInfo.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VAR.PdfTools.Workbench/FrmPdfInfo.Designer.cs b/VAR.PdfTools.Workbench/FrmPdfInfo.Designer.cs index 85b5e05..1d7cb5e 100644 --- a/VAR.PdfTools.Workbench/FrmPdfInfo.Designer.cs +++ b/VAR.PdfTools.Workbench/FrmPdfInfo.Designer.cs @@ -59,7 +59,7 @@ // btnBrowse // this.btnBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.btnBrowse.Location = new System.Drawing.Point(323, 22); + this.btnBrowse.Location = new System.Drawing.Point(323, 23); this.btnBrowse.Name = "btnBrowse"; this.btnBrowse.Size = new System.Drawing.Size(75, 23); this.btnBrowse.TabIndex = 9; @@ -94,7 +94,7 @@ // btnProcess // this.btnProcess.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.btnProcess.Location = new System.Drawing.Point(404, 22); + this.btnProcess.Location = new System.Drawing.Point(404, 23); this.btnProcess.Name = "btnProcess"; this.btnProcess.Size = new System.Drawing.Size(75, 23); this.btnProcess.TabIndex = 6;