Update dialogue_box.py to fix typo
This commit is contained in:
parent
fe29d2749d
commit
003af5a050
@ -57,7 +57,7 @@ def show_message_box(title, message, widget):
|
||||
def draw_dialogue_box(title, message, dialogue_box_type):
|
||||
app = QApplication(sys.argv)
|
||||
widget = QWidget()
|
||||
widget.setWindowFlag(Qt.WindowType.Window
|
||||
widget.setWindowFlag(Qt.WindowType.Window)
|
||||
widget.setWindowFlag(Qt.WindowType.WindowStaysOnTopHint)
|
||||
widget.show()
|
||||
widget.raise_()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user