Skip to content

Commit

Permalink
try different icon set
Browse files Browse the repository at this point in the history
  • Loading branch information
skjerns committed Mar 18, 2022
1 parent 42049ee commit b04a0b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spyder_line_profiler/spyder/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def setup(self):
SpyderLineProfilerWidgetActions.ShowOutput,
text=_("Show Result"),
tip=_("Show program's output"),
icon=qta.icon("msc.output", color=ima.MAIN_FG_COLOR),
icon=qta.icon("fa.file-text", color=ima.MAIN_FG_COLOR),
triggered=self.show_log,
)
self.collapse_action = self.create_action(
Expand Down Expand Up @@ -251,7 +251,7 @@ def setup(self):
SpyderLineProfilerWidgetActions.Clear,
text=_("Clear output"),
tip=_('Clear'),
icon=qta.icon("msc.trash", color=ima.MAIN_FG_COLOR),
icon=qta.icon("fa.trash", color=ima.MAIN_FG_COLOR),
triggered=self.clear_data,
)

Expand Down

0 comments on commit b04a0b6

Please sign in to comment.