From cb074d732ff2df2f655978e921e57a54e799fa9e Mon Sep 17 00:00:00 2001 From: s224389 <s224389@student.dtu.dk> Date: Mon, 20 Jan 2025 17:11:16 +0100 Subject: [PATCH] Updated GUI circleEditor message --- pt2d/gui/circleEditorWidget.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pt2d/gui/circleEditorWidget.py b/pt2d/gui/circleEditorWidget.py index 280787e..26eeb7e 100644 --- a/pt2d/gui/circleEditorWidget.py +++ b/pt2d/gui/circleEditorWidget.py @@ -25,7 +25,7 @@ class CircleEditorWidget(QWidget): self.setLayout(layout) # Add centered label above image - label_instructions = QLabel("Scale the dot to be of the size of your ridge") + label_instructions = QLabel("Rezise the dot to match the size of the path you are trying to extract") label_instructions.setAlignment(Qt.AlignCenter) big_font = QFont("Arial", 20) big_font.setBold(True) -- GitLab