changing gtk reference to folder instead of link

This commit is contained in:
grassmunk 2021-01-13 09:03:03 -08:00
parent 099fe3739f
commit 8fe09c856e
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class InstallGUI:
def set_style(self):
# From https://gist.github.com/carlos-jenkins/8923124
provider = Gtk.CssProvider()
provider.load_from_path(running_folder + "/Theme/Chicago95/gtk-3.24/gtk.css")
provider.load_from_path(running_folder + "/Theme/Chicago95/gtk-3.0/gtk.css")
screen = Gdk.Display.get_default_screen(Gdk.Display.get_default())
# I was unable to found instrospected version of this
GTK_STYLE_PROVIDER_PRIORITY_APPLICATION = 600