Skip to content

Commit 832ee8a

Browse files
Update viewer.py
Reduced notification display duration
1 parent 7b7f529 commit 832ee8a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

annotation_tool/viewer.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,11 @@ def prepare_new_project_ui(self) -> None:
248248
self.ui.classification_ui.right_panel.manual_box.setEnabled(True)
249249
self.ui.classification_ui.right_panel.task_label.setText(f"Task: {self.model.current_task_name}")
250250

251+
251252
self.show_temp_msg(
252-
"New Project Created",
253-
"Workspace is ready. You can now use the Schema Editor (Right Panel) to add Categories and Labels.",
254-
duration=2500
253+
"New Project Created",
254+
"Workspace ready. Add labels in the Category Editor."
255+
duration=800
255256
)
256257

257258
def prepare_new_localization_ui(self) -> None:

0 commit comments

Comments
 (0)