Changed the message format

This commit is contained in:
ION606
2023-03-11 09:53:18 -05:00
parent 848cd840b6
commit 60912c9a0b
3 changed files with 38 additions and 16 deletions
+1
View File
@@ -159,6 +159,7 @@ namespace Discord_Client_Custom.Channels
Label txt = new Label();
txt.Text = msg.getContent();
txt.Tag = msg.getId();
txt.Padding = new Padding(0, 0, 0, 10);
txt.MaximumSize = new Size(dmFlowContent.Width - 70, 100000000);
txt.AutoSize = true;