2021-06-25PX frmMv.cs didn't commit

This commit is contained in:
phantomix 2021-06-25 23:33:32 +02:00
parent 69c7783c9f
commit d92e2462d1
1 changed files with 6 additions and 1 deletions

View File

@ -475,6 +475,11 @@ namespace dezentrale.view
});
tbAuthCodePaste.KeyPress += tbAuthCodePaste_KeyPress;
groupAttachments.Controls.Add(new LvAttachments(mv)
{
Dock = DockStyle.Fill,
});
groupProtocol.Controls.Add(tbMvProtocol = new TextBox()
{
Multiline = true,
@ -482,7 +487,7 @@ namespace dezentrale.view
Location = new Point(10, 5 + groupOffset),
Size = new Size(groupProtocol.Width - 20, groupProtocol.Height - 25),
Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Bottom,
});
});
}
private void tbAuthCodePaste_KeyPress(object sender, KeyPressEventArgs e)