Skip to content

Commit

Permalink
gui: shorten name
Browse files Browse the repository at this point in the history
sbourdeauducq committed Dec 30, 2014
1 parent 32b7920 commit 2a60c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/gui/tools.py
Original file line number Diff line number Diff line change
@@ -8,6 +8,6 @@
class Window(Gtk.Window):
def __init__(self, *args, **kwargs):
Gtk.Window.__init__(self, *args, **kwargs)
self.set_wmclass("ARTIQ GUI", "ARTIQ GUI")
self.set_wmclass("ARTIQ", "ARTIQ")
self.set_icon_from_file(os.path.join(data_dir, "icon.png"))
self.set_border_width(6)

0 comments on commit 2a60c74

Please sign in to comment.