Skip to content

Commit

Permalink
added system search icon theme instead of ours
Browse files Browse the repository at this point in the history
  • Loading branch information
anaselli committed Sep 6, 2020
1 parent 42c2ef1 commit 22744ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnfdragora/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 22744ce

Please sign in to comment.