Skip to content

Commit

Permalink
gui/shortcuts: default state is no shortcuts, hide clear/open/submit …
Browse files Browse the repository at this point in the history
…widgets
sbourdeauducq committed Dec 3, 2015
1 parent 8e01d0b commit 3bc119f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions artiq/gui/shortcuts.py
Original file line number Diff line number Diff line change
@@ -56,6 +56,10 @@ def __init__(self, main_window, exp_manager):
self.addWidget(submit, row, 4)
submit.clicked.connect(partial(self._activated, i))

clear.hide()
open.hide()
submit.hide()

self.shortcut_widgets[i] = {
"label": label,
"clear": clear,

0 comments on commit 3bc119f

Please sign in to comment.