This commit is contained in:
2024-01-02 11:29:08 +01:00
parent 725673a278
commit 49486ef369
2 changed files with 3 additions and 3 deletions

View File

@@ -215,7 +215,7 @@ Public Class frmAvisoWeiterleiten
Sub addBtn(flpFirma As FlowLayoutPanel, WLart As String, id As String, bezeichnung As String, Optional enabled As Boolean = True, Optional bezeichnungFirma As String = "")
Dim btn As New Button
btn.FlatStyle = FlatStyle.Flat
btn.Size = New Size(180, 40)
btn.Size = New Size(180, 45)
btn.Font = New Font(Me.Font.FontFamily, 10, FontStyle.Regular)
btn.Text = bezeichnung
btn.Tag = id