eric6/E5Gui/E5TextEditSearchWidget.py

branch
maintenance
changeset 7560
343db73c4842
parent 7362
028bf21bb5a2
parent 7533
88261c96484b
child 7642
72721823d453
--- a/eric6/E5Gui/E5TextEditSearchWidget.py	Sun Apr 05 18:17:08 2020 +0200
+++ b/eric6/E5Gui/E5TextEditSearchWidget.py	Sat May 02 13:51:07 2020 +0200
@@ -119,14 +119,14 @@
         self.findPrevButton.setObjectName("findPrevButton")
         self.findPrevButton.setToolTip(self.tr(
             "Press to find the previous occurrence"))
-        self.findPrevButton.setIcon(UI.PixmapCache.getIcon("1leftarrow.png"))
+        self.findPrevButton.setIcon(UI.PixmapCache.getIcon("1leftarrow"))
         self.horizontalLayout3.addWidget(self.findPrevButton)
         
         self.findNextButton = QToolButton(self)
         self.findNextButton.setObjectName("findNextButton")
         self.findNextButton.setToolTip(self.tr(
             "Press to find the next occurrence"))
-        self.findNextButton.setIcon(UI.PixmapCache.getIcon("1rightarrow.png"))
+        self.findNextButton.setIcon(UI.PixmapCache.getIcon("1rightarrow"))
         self.horizontalLayout3.addWidget(self.findNextButton)
         
         self.horizontalLayout2.addLayout(self.horizontalLayout3)

eric ide

mercurial