We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b7920 commit 2a60c74Copy full SHA for 2a60c74
artiq/gui/tools.py
@@ -8,6 +8,6 @@
8
class Window(Gtk.Window):
9
def __init__(self, *args, **kwargs):
10
Gtk.Window.__init__(self, *args, **kwargs)
11
- self.set_wmclass("ARTIQ GUI", "ARTIQ GUI")
+ self.set_wmclass("ARTIQ", "ARTIQ")
12
self.set_icon_from_file(os.path.join(data_dir, "icon.png"))
13
self.set_border_width(6)
0 commit comments