ClipboardWatcher: fix treeview button anchor
This commit is contained in:
parent
095b79be96
commit
b288544a32
3
GUIs.ClipboardWatcher/frmMatch.Designer.vb
generated
3
GUIs.ClipboardWatcher/frmMatch.Designer.vb
generated
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user