Got rid of another non-symbolic icon
This commit is contained in:

committed by
Sumner Evans

parent
9e7e0eb210
commit
32bfda030e
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user