mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
made back_to_song_button round
This commit is contained in:
parent
49ae372b43
commit
76cff13143
@ -2203,6 +2203,8 @@ class PlaylistView(Gtk.Box):
|
|||||||
self.back_to_song_button=Gtk.Button(image=Gtk.Image.new_from_icon_name("go-previous-symbolic", Gtk.IconSize.BUTTON))
|
self.back_to_song_button=Gtk.Button(image=Gtk.Image.new_from_icon_name("go-previous-symbolic", Gtk.IconSize.BUTTON))
|
||||||
self.back_to_song_button.set_tooltip_text(_("Scroll to current song"))
|
self.back_to_song_button.set_tooltip_text(_("Scroll to current song"))
|
||||||
self.back_to_song_button.set_relief(Gtk.ReliefStyle.NONE)
|
self.back_to_song_button.set_relief(Gtk.ReliefStyle.NONE)
|
||||||
|
style_context=self.back_to_song_button.get_style_context()
|
||||||
|
style_context.add_class("circular")
|
||||||
|
|
||||||
# Store
|
# Store
|
||||||
# (track, disc, title, artist, album, duration, date, genre, file, weight)
|
# (track, disc, title, artist, album, duration, date, genre, file, weight)
|
||||||
|
Loading…
Reference in New Issue
Block a user