Skip to content
Snippets Groups Projects
Commit f50f22c4 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Use custom font for MessageTextView

parent ab60bcbe
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ class MessageTextView(Gtk.TextView):
self.set_right_margin(2)
self.set_pixels_above_lines(2)
self.set_pixels_below_lines(2)
self.get_style_context().add_class('font_custom')
# set undo list
self.undo_list = []
......
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