Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Sebastiaan Lokhorst
gajim
Commits
9c431173
Commit
9c431173
authored
Oct 20, 2019
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ConversationTextview: Reduce line height
parent
172725d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gajim/conversation_textview.py
gajim/conversation_textview.py
+1
-1
No files found.
gajim/conversation_textview.py
View file @
9c431173
...
...
@@ -270,7 +270,7 @@ class ConversationTextview(GObject.GObject):
self
.
tagMarked
.
set_property
(
'weight'
,
Pango
.
Weight
.
BOLD
)
textview_icon
=
buffer_
.
create_tag
(
'textview-icon'
)
textview_icon
.
set_property
(
'rise'
,
Pango
.
units_from_double
(
-
4
.45
))
textview_icon
.
set_property
(
'rise'
,
Pango
.
units_from_double
(
-
2
.45
))
tag
=
buffer_
.
create_tag
(
'time_sometimes'
)
tag
.
set_property
(
'foreground'
,
'darkgrey'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment