- Use theme icon not file
This commit is contained in:
parent
dcbc5b2724
commit
188237e3eb
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ 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_icon_name("discover-overlay")
|
||||
self.set_default_size(280, 180)
|
||||
|
||||
# Create
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue