X-Git-Url: http://git.scottworley.com/srec/blobdiff_plain/23e8dc7fac93a8c8d2ce9e66697085e1ca431c9c..3b5f6e087f515559fdcb2cca5008a7e2315e90f3:/srec.py?ds=sidebyside diff --git a/srec.py b/srec.py index 4abe581..1112edd 100644 --- a/srec.py +++ b/srec.py @@ -78,6 +78,8 @@ def make_button(label: str, action: Callable[[ def on_activate(app: Gtk.Application) -> None: win = Gtk.ApplicationWindow(application=app) win.set_title('SRec') + win.set_icon_name('srec') + stack = Gtk.Stack() nr_box = Gtk.Box()