Drop old null window size
parent
86b1316691
commit
68e1db27f8
|
@ -154,7 +154,6 @@ class MainWindow(QtGui.QMainWindow):
|
|||
# with the alloted window size.
|
||||
# TODO: detect for tiling and if untrue set some size?
|
||||
size = (300, 500)
|
||||
#size = (0, 0)
|
||||
|
||||
title = 'piker chart (ur symbol is loading bby)'
|
||||
|
||||
|
@ -295,7 +294,6 @@ class MainWindow(QtGui.QMainWindow):
|
|||
self.resize(*size or self._size)
|
||||
|
||||
|
||||
|
||||
# singleton app per actor
|
||||
_qt_win: QtGui.QMainWindow = None
|
||||
|
||||
|
|
Loading…
Reference in New Issue