[update] pickdlg maximized by default
This commit is contained in:
parent
fe81bd9719
commit
a81c98c0b8
@ -1 +1 @@
|
||||
fde0-dirty
|
||||
fe81b-dirty
|
||||
|
@ -1229,6 +1229,7 @@ class PickDlg(QDialog):
|
||||
# init pick delete (with right click)
|
||||
self.connect_pick_delete()
|
||||
self.setWindowTitle('Pickwindow on station: {}'.format(self.getStation()))
|
||||
self.setWindowState(QtCore.Qt.WindowMaximized)
|
||||
|
||||
def setupUi(self):
|
||||
menuBar = QtGui.QMenuBar(self)
|
||||
|
Loading…
Reference in New Issue
Block a user