ClipboardWatcher: fix treeview button anchor

This commit is contained in:
Jonathan Jenne 2020-06-08 15:44:59 +02:00
parent 095b79be96
commit b288544a32

View File

@ -81,6 +81,7 @@ Partial Class frmMatch
'
'Label2
'
Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Label2.AutoSize = True
Me.Label2.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.Label2.Cursor = System.Windows.Forms.Cursors.Hand
@ -100,8 +101,8 @@ Partial Class frmMatch
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.TileControlMatch)
Me.IconOptions.ShowIcon = False
Me.Name = "frmMatch"
Me.ShowIcon = False
Me.Text = "Profile gefunden"
Me.ResumeLayout(False)
Me.PerformLayout()