Skip to content
Snippets Groups Projects
Commit 5084392f authored by nkour's avatar nkour
Browse files

show tooltip bg color from gtk-theme

parent 07f9843e
No related branches found
No related tags found
No related merge requests found
......@@ -494,7 +494,7 @@ def __init__(self, plugin):
gtk.Window.__init__(self, gtk.WINDOW_POPUP)
self.plugin = plugin
self.set_resizable(False)
self.set_name('roster-tooltips')
self.set_name('gtk-tooltips')
hbox = gtk.HBox()
hbox.set_spacing(6)
hbox.set_border_width(6)
......
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