forked from M-Labs/artiq
gui: reduce size of console dock
This commit is contained in:
parent
27c12a5bf4
commit
ebb959cd50
|
@ -17,7 +17,7 @@ The following functions are available:
|
|||
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 = {
|
||||
|
|
Loading…
Reference in New Issue