Skip to content
Snippets Groups Projects
Commit 6ec56a1e authored by Daniel Brötzmann's avatar Daniel Brötzmann Committed by Philipp Hörist
Browse files

QuoteWidget: Fix deprecation warning

parent a84955e2
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ def __init__(self, account):
self.get_style_context().add_class('conversation-quote')
quote_bar = Gtk.Box()
quote_bar.set_size_request(3, -1)
quote_bar.set_margin_right(6)
quote_bar.set_margin_end(6)
quote_bar.get_style_context().add_class('conversation-quote-bar')
self.add(quote_bar)
......
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