Got rid of another non-symbolic icon

This commit is contained in:
Sumner Evans
2020-03-18 16:18:30 -06:00
committed by Sumner Evans
parent 9e7e0eb210
commit 32bfda030e

View File

@@ -91,7 +91,7 @@ class PlaylistList(Gtk.Box):
playlist_list_actions = Gtk.ActionBar()
new_playlist_button = IconButton('list-add', label='New Playlist')
new_playlist_button = IconButton('list-add-symbolic', label='New Playlist')
new_playlist_button.connect('clicked', self.on_new_playlist_clicked)
playlist_list_actions.pack_start(new_playlist_button)