diff --git a/CREDITS b/CREDITS index 731c46e4..8e333f0e 100644 --- a/CREDITS +++ b/CREDITS @@ -1,6 +1,8 @@ To know who contributed to dupeGuru, you can look at the commit log, but not all contributions result in a commit. This file lists contributors who don't necessarily appear in the commit log. +* Jason Cho, Exchange icon +* schollidesign (https://findicons.com/pack/1035/human_o2), Zoom-in, Zoom-out, Zoom-best-fit, Zoom-original icons * Jérôme Cantin, Main icon * Gregor Tätzner, German localization * Frank Weber, German localization diff --git a/images/exchange_purple_upscaled.png b/images/exchange_purple_upscaled.png index 1f31231c..f351af13 100644 Binary files a/images/exchange_purple_upscaled.png and b/images/exchange_purple_upscaled.png differ diff --git a/images/exchange_purple_waifu_s4_tta8.xcf b/images/exchange_purple_waifu_s4_tta8.xcf index f3c922cb..89e3ecdf 100644 Binary files a/images/exchange_purple_waifu_s4_tta8.xcf and b/images/exchange_purple_waifu_s4_tta8.xcf differ diff --git a/qtlib/about_box.py b/qtlib/about_box.py index 99c3a059..7982cc6f 100644 --- a/qtlib/about_box.py +++ b/qtlib/about_box.py @@ -69,21 +69,6 @@ class AboutBox(QDialog): self.verticalLayout.addWidget(self.label_3) self.label_3.setText(tr("Licensed under GPLv3")) self.label = QLabel(self) - self.label_4 = QLabel(self) - self.label_4.setWordWrap(True) - self.label_4.setTextFormat(Qt.RichText) - self.label_4.setOpenExternalLinks(True) - self.label_4.setText(tr( - """Exchange icon - made by Jason Cho (used with permission). -
-Zoom In -Zoom Out -Zoomt Best Fit -Zoom Original - icons made by schollidesign - (licensed under GPL).""")) - self.verticalLayout.addWidget(self.label_4) font = QFont() font.setWeight(75) font.setBold(True)