From 15c5b8ed9b7d6ac158a06aa3e22fc26573f9d5de Mon Sep 17 00:00:00 2001 From: d0vgan Date: Tue, 15 Feb 2022 12:07:57 +0200 Subject: [PATCH] adjusting GUI positions --- SharpKeys/Dialog_KeyItem.cs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/SharpKeys/Dialog_KeyItem.cs b/SharpKeys/Dialog_KeyItem.cs index 9d5b1ba..8f3325b 100644 --- a/SharpKeys/Dialog_KeyItem.cs +++ b/SharpKeys/Dialog_KeyItem.cs @@ -187,17 +187,17 @@ private void InitializeComponent() // stFilterFrom // this.stFilterFrom.AutoSize = true; - this.stFilterFrom.Location = new System.Drawing.Point(8, 300); + this.stFilterFrom.Location = new System.Drawing.Point(12, 554); this.stFilterFrom.Name = "stFilterFrom"; - this.stFilterFrom.Size = new System.Drawing.Size(32, 13); + this.stFilterFrom.Size = new System.Drawing.Size(50, 13); this.stFilterFrom.TabIndex = 1; this.stFilterFrom.Text = "Filter:"; // // edFilterFrom // - this.edFilterFrom.Location = new System.Drawing.Point(11, 317); + this.edFilterFrom.Location = new System.Drawing.Point(18, 586); this.edFilterFrom.Name = "edFilterFrom"; - this.edFilterFrom.Size = new System.Drawing.Size(100, 20); + this.edFilterFrom.Size = new System.Drawing.Size(200, 20); this.edFilterFrom.TabIndex = 2; this.edFilterFrom.TextChanged += new System.EventHandler(this.edFilterFrom_TextChanged); this.edFilterFrom.KeyDown += new System.Windows.Forms.KeyEventHandler(this.edFilterFrom_KeyDown); @@ -237,17 +237,17 @@ private void InitializeComponent() // stFilterTo // this.stFilterTo.AutoSize = true; - this.stFilterTo.Location = new System.Drawing.Point(8, 300); + this.stFilterTo.Location = new System.Drawing.Point(12, 554); this.stFilterTo.Name = "stFilterTo"; - this.stFilterTo.Size = new System.Drawing.Size(32, 13); + this.stFilterTo.Size = new System.Drawing.Size(50, 13); this.stFilterTo.TabIndex = 5; this.stFilterTo.Text = "Filter:"; // // edFilterTo // - this.edFilterTo.Location = new System.Drawing.Point(11, 317); + this.edFilterTo.Location = new System.Drawing.Point(18, 586); this.edFilterTo.Name = "edFilterTo"; - this.edFilterTo.Size = new System.Drawing.Size(100, 20); + this.edFilterTo.Size = new System.Drawing.Size(200, 20); this.edFilterTo.TabIndex = 6; this.edFilterTo.TextChanged += new System.EventHandler(this.edFilterTo_TextChanged); this.edFilterTo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.edFilterTo_KeyDown);