Skip to content

Commit

Permalink
Change icon for format_float
Browse files Browse the repository at this point in the history
  • Loading branch information
jitseniesen committed Sep 13, 2023
1 parent 28b3ed7 commit 83a6e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/utils/icon_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def __init__(self):
'collapse_column': [('mdi.arrow-collapse-horizontal',), {'color': self.MAIN_FG_COLOR}],
'collapse_row': [('mdi.arrow-collapse-vertical',), {'color': self.MAIN_FG_COLOR}],
'edit_remove': [('mdi.minus',), {'color': self.MAIN_FG_COLOR}],
'format_float': [('mdi.decimal',), {'color': self.MAIN_FG_COLOR}],
'format_float': [('mdi.decimal-increase',), {'color': self.MAIN_FG_COLOR}],
'background_color': [('mdi.format-color-fill',), {'color': self.MAIN_FG_COLOR}],
'browse_tab': [('mdi.tab',), {'color': self.MAIN_FG_COLOR}],
'filelist': [('mdi.view-list',), {'color': self.MAIN_FG_COLOR}],
Expand Down

0 comments on commit 83a6e02

Please sign in to comment.