CDrummond / cantata

Qt5 Graphical MPD Client
GNU General Public License v3.0
1.04k stars 184 forks source link

Fix wizard window on smaller screens #1684

Closed fenuks closed 3 years ago

fenuks commented 3 years ago

This makes the whole wizard window usable on PinePhone.

Main GUI works quite well, but I plan to tweak it a bit in the future, because scrolling is very problematic. I also removed usage of some deprecated functions in other branch, but it increased minimal required Qt version to 5.14. I can open another PR if that's acceptable.

CDrummond commented 3 years ago

Thanks!

fenuks commented 3 years ago

Thanks!

That's nothing. ;)

I also removed usage of some deprecated functions in other branch, but it increased minimal required Qt version to 5.14. I can open another PR if that's acceptable.

Is that OK with you? I'm also thinking about adding additional warning flags to CMakeLists.txt, and perhaps CI setup (I guess nowadays GitHub Actions is the most sensible option)?