Skip to content

Commit

Permalink
Fix formatting of info label text in dataset export dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Pierce committed Dec 16, 2024
1 parent f40f929 commit 05477c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions coralnet_toolbox/MachineLearning/ExportDataset/QtBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ def setup_info_layout(self):
layout = QVBoxLayout()

# Create a QLabel with explanatory text and hyperlink
info_label = QLabel("Export Patches, Rectangles, and Polygons to create a YOLO-formatted \
Classification, Detection or Segmentation dataset.")
info_label = QLabel("Export Patches, Rectangles, and Polygons to create a YOLO-formatted Classification, Detection or Segmentation dataset.")

info_label.setOpenExternalLinks(True)
info_label.setWordWrap(True)
Expand Down

0 comments on commit 05477c2

Please sign in to comment.