Skip to content

Commit

Permalink
gui: remove icon for duplicate button.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastpixl committed Dec 15, 2017
1 parent e8c71c2 commit 34bd8e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/idabincat/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,6 @@ def OnCreate(self, form):
# Duplicate that config button
self.btn_dup_cfg = QtWidgets.QPushButton('Duplicate')
self.btn_dup_cfg.clicked.connect(lambda: self._save_config(None, True))
self.btn_dup_cfg.setIcon(self.btn_dup_cfg.style().standardIcon(
QtWidgets.QStyle.SP_TrashIcon))
cfg_split.addWidget(self.btn_dup_cfg)

# Delete that config button
Expand Down

0 comments on commit 34bd8e1

Please sign in to comment.