Skip to content

Commit

Permalink
gui: reduce size of console dock
Browse files Browse the repository at this point in the history
sbourdeauducq committed Jan 27, 2016
1 parent 27c12a5 commit ebb959c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/gui/console.py
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
class ConsoleDock(dockarea.Dock):
def __init__(self, dataset_sub, dataset_ctl):
dockarea.Dock.__init__(self, "Console")
self.setMinimumSize(QtCore.QSize(850, 300))
self.setMinimumSize(QtCore.QSize(720, 300))
self.dataset_sub = dataset_sub
self.dataset_ctl = dataset_ctl
ns = {

0 comments on commit ebb959c

Please sign in to comment.