From 91340b66e9d0437da59c78158eb2076988af842d Mon Sep 17 00:00:00 2001 From: Marcel Date: Thu, 7 Sep 2017 16:57:10 +0200 Subject: [PATCH] [minor] add window title to pickDlg --- pylot/core/util/widgets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index e038bb3c..fb88823e 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -1208,6 +1208,7 @@ class PickDlg(QDialog): # init pick delete (with right click) self.connect_pick_delete() + self.setWindowTitle('Pickwindow on station: {}'.format(self.getStation())) def setupUi(self): menuBar = QtGui.QMenuBar(self)