Skip to content
Snippets Groups Projects
Commit 0ed9ee3c authored by Nico's avatar Nico
Browse files

Support copying content in messages

Fixes #51.
parent 8d136d24
No related branches found
No related tags found
1 merge request!43Support copying content in messages
Pipeline #4640 passed
......@@ -84,6 +84,7 @@ class PrivateMessageWidget(Gtk.ListBoxRow):
body_content = Gtk.Label.new(text)
body_content.set_line_wrap(True)
body_content.set_halign(Gtk.Align.START)
body_content.set_selectable(True)
body_content.set_xalign(0)
return body_content
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment