Skip to content

Commit

Permalink
feat: change remove entry icon
Browse files Browse the repository at this point in the history
  • Loading branch information
F33RNI committed Feb 5, 2024
1 parent 42681d3 commit ca61794
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUIHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def input_add(self, index: int = -1, insert_index: int = -1) -> None:
cb_skip.setToolTip("Skip file / directory from current backup")

btn_remove = QPushButton()
btn_remove.setIcon(QIcon(get_resource_path(os.path.join("icons", "icons8-delete-24.png"))))
btn_remove.setIcon(QIcon(get_resource_path(os.path.join("icons", "icons8-close-24.png"))))
btn_remove.setSizePolicy(QSizePolicy.Fixed, QSizePolicy.Fixed)
btn_remove.setToolTip("Remove entry")

Expand Down
Binary file added icons/icons8-close-24.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 removed icons/icons8-delete-24.png
Binary file not shown.

0 comments on commit ca61794

Please sign in to comment.