Skip to content

Commit d15fd3d

Browse files
committed
help update
1 parent 6307577 commit d15fd3d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

omc3_gui/segment_by_segment/help_view.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,10 @@ def show_help_dialog():
7777
<i>Double-Click</i> : Edit the Measurement.<br>
7878
7979
<br>
80-
80+
8181
"""
82-
8382
msg_box = QMessageBox(icon=QMessageBox.Information)
8483
msg_box.setWindowTitle("Help")
8584
msg_box.setTextFormat(Qt.TextFormat.RichText)
8685
msg_box.setText(help_text)
87-
msg_box.exec_()
86+
msg_box.exec_()

0 commit comments

Comments
 (0)