mirror of
https://github.com/ION606/Discord-Client.git
synced 2026-05-14 21:06:55 +00:00
Changed the message format
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user