Skip to content

Commit

Permalink
💄 Add icons for the set robot model action
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi committed Dec 15, 2022
1 parent e46ae33 commit d7601df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions robot_log_visualizer/ui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def __init__(self, signal_provider, meshcat_provider, animation_period):
self.ui.actionQuit.setIcon(get_icon("close-circle-outline.svg"))
self.ui.actionQuit.setIcon(get_icon("close-circle-outline.svg"))
self.ui.actionOpen.setIcon(get_icon("folder-open-outline.svg"))
self.ui.actionSet_Robot_Model.setIcon(get_icon("body-outline.svg"))
self.setWindowIcon(get_icon("icon.png"))

self.about = About()
Expand Down
1 change: 1 addition & 0 deletions robot_log_visualizer/ui/misc/body-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d7601df

Please sign in to comment.