From 22744ce2143c6b8fee9fe676a4034b20866763bf Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Sun, 6 Sep 2020 16:53:53 +0200 Subject: [PATCH] added system search icon theme instead of ours --- dnfdragora/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnfdragora/ui.py b/dnfdragora/ui.py index e7b33563..bbf6d696 100644 --- a/dnfdragora/ui.py +++ b/dnfdragora/ui.py @@ -554,7 +554,7 @@ def _setupUI(self) : self.use_regexp.setNotify(True) icon_file = self.images_path + "find.png" - self.find_button = self.factory.createIconButton(hbox_top, icon_file, _("&Search")) + self.find_button = self.factory.createIconButton(hbox_top, 'system-search', _("&Search")) self.find_button.setWeight(0,6) self.find_button.setDefaultButton(True)