Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Briar GTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
Briar GTK
Commits
0ed9ee3c
Commit
0ed9ee3c
authored
4 years ago
by
Nico
Browse files
Options
Downloads
Patches
Plain Diff
Support copying content in messages
Fixes
#51
.
parent
8d136d24
No related branches found
No related tags found
1 merge request
!43
Support copying content in messages
Pipeline
#4640
passed
4 years ago
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
briar-gtk/briar_gtk/widgets/private_message.py
+1
-0
1 addition, 0 deletions
briar-gtk/briar_gtk/widgets/private_message.py
with
1 addition
and
0 deletions
briar-gtk/briar_gtk/widgets/private_message.py
+
1
−
0
View file @
0ed9ee3c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment