We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6307577 commit d15fd3dCopy full SHA for d15fd3d
omc3_gui/segment_by_segment/help_view.py
@@ -77,11 +77,10 @@ def show_help_dialog():
77
<i>Double-Click</i> : Edit the Measurement.<br>
78
79
<br>
80
-
+
81
"""
82
83
msg_box = QMessageBox(icon=QMessageBox.Information)
84
msg_box.setWindowTitle("Help")
85
msg_box.setTextFormat(Qt.TextFormat.RichText)
86
msg_box.setText(help_text)
87
- msg_box.exec_()
+ msg_box.exec_()
0 commit comments