Skip to content

Make Artistsview and Playlistview sidebars resizable

First contribution here o/. I noticed that there is no open PR for issue #269 (closed), so I decided to try it.

To make the sidebars resizable I changed the class that the views inherited to GtkPaned. I used the shrink property as False to set the minimum size for each child.

Demo: Peek_2021-01-26_00-53

Fixes #269 (closed)

Merge request reports