Center dialog for the frequency analyzer too.

This commit is contained in:
Youness Alaoui 2019-05-10 16:59:26 -04:00 committed by Curtis Gedak
parent e4da844708
commit 3dfb43f6c1

View file

@ -1379,6 +1379,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
def frequencyAnalyzer(self):
self.fw = frequencyAnalyzer(self)
self.fw.show()
self.centerChildWindow(self.fw)
###############################################################################
# VIEW MENU