Made refresh buttons symbolic

This commit is contained in:
Sumner Evans
2019-10-29 16:22:06 -06:00
parent f2734d7788
commit 9abb4e2ccb
4 changed files with 4 additions and 4 deletions

View File

@@ -79,7 +79,7 @@ class AlbumsPanel(Gtk.Box):
self.to_year_entry.connect('changed', self.on_year_changed)
actionbar.pack_start(self.to_year_entry)
refresh = IconButton('view-refresh')
refresh = IconButton('view-refresh-symbolic')
refresh.connect('clicked', self.on_refresh_clicked)
actionbar.pack_end(refresh)