From 062252c27e131943e53600ae391c000f5ecccfed Mon Sep 17 00:00:00 2001 From: tolik518 Date: Sat, 10 Aug 2024 19:03:29 +0200 Subject: [PATCH] adjusted width on item-count --- SoG_SGreader/Forms/FrmMain.Designer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SoG_SGreader/Forms/FrmMain.Designer.cs b/SoG_SGreader/Forms/FrmMain.Designer.cs index 0d8568f..686da85 100644 --- a/SoG_SGreader/Forms/FrmMain.Designer.cs +++ b/SoG_SGreader/Forms/FrmMain.Designer.cs @@ -1608,7 +1608,7 @@ private void InitializeComponent() // lblItemCount // this.lblItemCount.AutoSize = true; - this.lblItemCount.Location = new System.Drawing.Point(132, 49); + this.lblItemCount.Location = new System.Drawing.Point(121, 49); this.lblItemCount.Name = "lblItemCount"; this.lblItemCount.Size = new System.Drawing.Size(38, 13); this.lblItemCount.TabIndex = 2; @@ -1616,14 +1616,14 @@ private void InitializeComponent() // // numItemCount // - this.numItemCount.Location = new System.Drawing.Point(176, 47); + this.numItemCount.Location = new System.Drawing.Point(165, 47); this.numItemCount.Maximum = new decimal(new int[] { 2147483647, 0, 0, 0}); this.numItemCount.Name = "numItemCount"; - this.numItemCount.Size = new System.Drawing.Size(71, 20); + this.numItemCount.Size = new System.Drawing.Size(82, 20); this.numItemCount.TabIndex = 1; this.numItemCount.ValueChanged += new System.EventHandler(this.NumItemCount_ValueChanged); //