How to remove unnecessary controls from the playlist?
Posted:
Tue Nov 17, 2020 11:26 pm
by cens0r
Hello! SMP playlist is wider than required, it has too many extra controls, which take up useful screen space. (ex. buttons "play", "prev", "next", "up", "down") How to make them smaller or remove them?
Re: How to remove unnecessary controls from the playlist?
Posted:
Wed Nov 18, 2020 8:20 am
by rvm
I'm afraid it's not possible.
Re: How to remove unnecessary controls from the playlist?
Posted:
Sun Nov 22, 2020 1:52 pm
by rvm
In the file playlist.cpp, in function createToolbar, comment the toolbar->addAction lines for the buttons you don't want.
Re: How to remove unnecessary controls from the playlist?
Posted:
Thu Nov 26, 2020 9:36 pm
by cens0r
Thanks to you, the problem was solved.
Re: How to remove unnecessary controls from the playlist?
Posted:
Mon Dec 07, 2020 8:07 am
by rvm