mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
refactor(launch_window): remove cleanup method
This commit is contained in:
@ -288,9 +288,6 @@ class LaunchWindow(BECMainWindow):
|
|||||||
def hide_launcher(self):
|
def hide_launcher(self):
|
||||||
self.hide()
|
self.hide()
|
||||||
|
|
||||||
def cleanup(self):
|
|
||||||
super().close()
|
|
||||||
|
|
||||||
def showEvent(self, event):
|
def showEvent(self, event):
|
||||||
super().showEvent(event)
|
super().showEvent(event)
|
||||||
self.setFixedSize(self.size())
|
self.setFixedSize(self.size())
|
||||||
|
Reference in New Issue
Block a user