Philipp Hörist pushed to branch master at gajim / gajim


Commits:
9c431173 by Philipp Hörist at 2019-10-20T07:23:40Z
ConversationTextview: Reduce line height

- - - - -


1 changed file:

- gajim/conversation_textview.py


Changes:

=====================================
gajim/conversation_textview.py
=====================================
@@ -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')



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/9c431173c1b54aa7fcd7e5c1238dcadd4c983427

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/9c431173c1b54aa7fcd7e5c1238dcadd4c983427
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to