Skip to content

Commit

Permalink
Changing the stop icon from a green one to a red one.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwxyz authored and chennes committed May 3, 2024
1 parent a75350b commit f74bfc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def _setup_ui(self):
self.progress_bar.setMaximum(_TOTAL_INCREMENTS)
self.stop_button.clicked.connect(self.stop_clicked)
self.stop_button.setIcon(
QtGui.QIcon.fromTheme("stop", QtGui.QIcon(":/icons/media-playback-stop.svg"))
QtGui.QIcon.fromTheme("stop", QtGui.QIcon(":/icons/debug-stop.svg"))
)
self.vertical_layout.addLayout(self.horizontal_layout)
self.vertical_layout.addWidget(self.status_label)
Expand Down

0 comments on commit f74bfc4

Please sign in to comment.