Skip to content

Commit

Permalink
check.png preserved, new icon success.png added, color of circle edit…
Browse files Browse the repository at this point in the history
…ed and circle centered
  • Loading branch information
lindakladivova committed May 2, 2024
1 parent 129c97d commit 73f547c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Binary file modified gui/icons/grass/check.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/icons/grass/circle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions gui/icons/grass/circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gui/icons/grass/success.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
2 changes: 1 addition & 1 deletion gui/wxpython/history/tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def _initImages(self):
history.status_aborted: MetaIcon(img="exclamation-mark").GetBitmap(bmpsize),
history.status_failed: MetaIcon(img="cross").GetBitmap(bmpsize),
history.status_running: MetaIcon(img="circle").GetBitmap(bmpsize),
history.status_success: MetaIcon(img="check").GetBitmap(bmpsize),
history.status_success: MetaIcon(img="success").GetBitmap(bmpsize),
history.status_unknown: MetaIcon(img="question-mark").GetBitmap(bmpsize),
}
il = wx.ImageList(bmpsize[0], bmpsize[1], mask=False)
Expand Down

0 comments on commit 73f547c

Please sign in to comment.