eric6/Snapshot/SnapWidget.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7759
51aa6c6b66f7
diff -r 1358e9d67a1c -r 88261c96484b eric6/Snapshot/SnapWidget.py
--- a/eric6/Snapshot/SnapWidget.py	Sun Apr 12 18:46:08 2020 +0200
+++ b/eric6/Snapshot/SnapWidget.py	Sun Apr 12 19:07:49 2020 +0200
@@ -45,11 +45,11 @@
         super(SnapWidget, self).__init__(parent)
         self.setupUi(self)
         
-        self.saveButton.setIcon(UI.PixmapCache.getIcon("fileSaveAs.png"))
-        self.takeButton.setIcon(UI.PixmapCache.getIcon("cameraPhoto.png"))
-        self.copyButton.setIcon(UI.PixmapCache.getIcon("editCopy.png"))
-        self.copyPreviewButton.setIcon(UI.PixmapCache.getIcon("editCopy.png"))
-        self.setWindowIcon(UI.PixmapCache.getIcon("ericSnap.png"))
+        self.saveButton.setIcon(UI.PixmapCache.getIcon("fileSaveAs"))
+        self.takeButton.setIcon(UI.PixmapCache.getIcon("cameraPhoto"))
+        self.copyButton.setIcon(UI.PixmapCache.getIcon("editCopy"))
+        self.copyPreviewButton.setIcon(UI.PixmapCache.getIcon("editCopy"))
+        self.setWindowIcon(UI.PixmapCache.getIcon("ericSnap"))
         
         if Globals.isWaylandSession():
             from .SnapshotWaylandGrabber import SnapshotWaylandGrabber

eric ide

mercurial