Move btnLink control 2px to the right
Adjusted btnLink's X coordinate from 407 to 409 for improved layout alignment.
This commit is contained in:
2
ToolCollection/frmNIVerknuepfungen.Designer.vb
generated
2
ToolCollection/frmNIVerknuepfungen.Designer.vb
generated
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user