From 3128e3a172bb7189549d4d1b77f1b900bb3a26b2 Mon Sep 17 00:00:00 2001 From: "Clayton G. Hobbs" Date: Tue, 17 May 2016 15:08:42 -0400 Subject: New icons! They still need work of course, since I'm a programmer and not an artist. The new icons of course are Kaylee's parasol, and anyone who doesn't know that needs to watch Firefly. --- kayleevc/kaylee.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kayleevc/kaylee.py') diff --git a/kayleevc/kaylee.py b/kayleevc/kaylee.py index f278444..18e21ef 100644 --- a/kayleevc/kaylee.py +++ b/kayleevc/kaylee.py @@ -47,11 +47,11 @@ class Kaylee: self.ui = UI(self.options, self.options['continuous']) self.ui.connect("command", self.process_command) # Can we load the icon resource? - icon = self.load_resource("icon.png") + icon = self.load_resource("icon_small.png") if icon: self.ui.set_icon_active_asset(icon) # Can we load the icon_inactive resource? - icon_inactive = self.load_resource("icon_inactive.png") + icon_inactive = self.load_resource("icon_inactive_small.png") if icon_inactive: self.ui.set_icon_inactive_asset(icon_inactive) -- cgit 1.4.1