From 3222425c2b7e7bd3a0a3235e2e5d992a8d1a5b23 Mon Sep 17 00:00:00 2001 From: Adrian Edwards <17362949+MoralCode@users.noreply.github.com> Date: Sun, 18 Oct 2020 20:51:00 -0700 Subject: [PATCH] setup task manager icon too --- discover_overlay/settings_window.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/discover_overlay/settings_window.py b/discover_overlay/settings_window.py index d0952f1..bca667d 100644 --- a/discover_overlay/settings_window.py +++ b/discover_overlay/settings_window.py @@ -20,7 +20,9 @@ class MainSettingsWindow(Gtk.Window): self.text_overlay = text_overlay self.voice_overlay = voice_overlay self.set_title("Discover Overlay Configuration") - + self.set_icon_from_file("discover-overlay.png") + self.set_default_size(280, 180) + # Create nb = Gtk.Notebook() #nb.set_tab_pos(Gtk.POS_TOP)