Rename stylesheet

This commit is contained in:
Mathieu Comandon 2017-05-17 21:55:37 -07:00
parent c05a26b600
commit c354bfcc3d
2 changed files with 1 additions and 1 deletions

View file

@ -55,7 +55,7 @@ class Application(Gtk.Application):
self.css_provider = Gtk.CssProvider.new()
try:
self.css_provider.load_from_path(os.path.join(datapath.get(), 'ui', 'log-window.css'))
self.css_provider.load_from_path(os.path.join(datapath.get(), 'ui', 'lutris.css'))
except GLib.Error as e:
logger.exception(e)