From 3001ccf43f3f97dbabdac9011dcab7afdab85cf0 Mon Sep 17 00:00:00 2001 From: OlgunR Date: Thu, 12 Mar 2026 14:56:17 +0100 Subject: [PATCH] Move btnLink control 2px to the right Adjusted btnLink's X coordinate from 407 to 409 for improved layout alignment. --- ToolCollection/frmNIVerknuepfungen.Designer.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ToolCollection/frmNIVerknuepfungen.Designer.vb b/ToolCollection/frmNIVerknuepfungen.Designer.vb index 9ac515f..838448d 100644 --- a/ToolCollection/frmNIVerknuepfungen.Designer.vb +++ b/ToolCollection/frmNIVerknuepfungen.Designer.vb @@ -1765,7 +1765,7 @@ Partial Class frmNIVerknuepfungen ' Me.btnLink.Image = Global.ToolCollection.My.Resources.Resources.link Me.btnLink.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.btnLink.Location = New System.Drawing.Point(407, 167) + Me.btnLink.Location = New System.Drawing.Point(409, 167) Me.btnLink.Name = "btnLink" Me.btnLink.Size = New System.Drawing.Size(28, 29) Me.btnLink.TabIndex = 15