GNOME Bugzilla – Bug 732150
Remove custom player bar styling
Last modified: 2014-07-30 11:39:07 UTC
The player bar is styled using custom CSS that is shipped with music itself. This means that the player bar has an inconsistent appearance compared with the header bar, and means that it doesn't keep pace with theme-wide changes. We now have action bars in GTK+. I would suggest either porting the player bar to be an ActionBar, or at least using the correct action bar CSS.
Created attachment 281918 [details] [review] Port player and selection bar to GtkActionBar
Review of attachment 281918 [details] [review]: Great, pushed as https://git.gnome.org/browse/gnome-music/commit/?id=8a4572a As a side note - I think we also had some patch which required bumping GTK requriement, right? I guess its best time to apply it also