Use custom font for MessageTextView

This commit is contained in:
Philipp Hörist 2017-09-20 21:18:22 +02:00
parent ab60bcbe85
commit f50f22c4bd
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ class MessageTextView(Gtk.TextView):
self.set_right_margin(2) self.set_right_margin(2)
self.set_pixels_above_lines(2) self.set_pixels_above_lines(2)
self.set_pixels_below_lines(2) self.set_pixels_below_lines(2)
self.get_style_context().add_class('font_custom')
# set undo list # set undo list
self.undo_list = [] self.undo_list = []