Skip to content
Snippets Groups Projects
Commit 44160734 authored by ave's avatar ave Committed by ave
Browse files

better delete symbol

parent 3078f19c
No related branches found
No related tags found
No related merge requests found
...@@ -178,8 +178,7 @@ class Browser(ActionView): ...@@ -178,8 +178,7 @@ class Browser(ActionView):
def _update_actions(self) -> None: def _update_actions(self) -> None:
self.actions = [ self.actions = [
# TODO: swap for a better icon Action(icon="\ue92b", label="Delete", enabled=self.delete_enabled),
Action(icon="\ue3e3", label="Delete", enabled=self.delete_enabled),
Action(icon="\ue409", label="Next", enabled=self.next_enabled), Action(icon="\ue409", label="Next", enabled=self.next_enabled),
Action(icon="\ue876", label="Select"), Action(icon="\ue876", label="Select"),
Action(icon="\ue5c4", label="Back", enabled=self.up_enabled), Action(icon="\ue5c4", label="Back", enabled=self.up_enabled),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment