Set an icon on the LutrisInitDialog

It can be shown for quite a while, so it may as well have suitable branding.
This commit is contained in:
Dan Johnson 2023-10-10 14:41:27 -04:00
parent 870a1ce012
commit 8de92e7b0f

View file

@ -317,6 +317,7 @@ class LutrisInitDialog(Gtk.Dialog):
super().__init__()
self.runtime_updater = runtime_updater
self.set_icon_name("lutris")
self.set_size_request(320, 60)
self.set_border_width(24)
self.set_decorated(False)