From 76cff131439a251e84da7be52ddd0d9889d1b518 Mon Sep 17 00:00:00 2001 From: Martin Wagner Date: Sun, 16 Aug 2020 18:19:19 +0200 Subject: [PATCH] made back_to_song_button round --- bin/mpdevil.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/mpdevil.py b/bin/mpdevil.py index fb7fe69..a52bda5 100644 --- a/bin/mpdevil.py +++ b/bin/mpdevil.py @@ -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.set_tooltip_text(_("Scroll to current song")) 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 # (track, disc, title, artist, album, duration, date, genre, file, weight)