Increase window compactness
In 8.0.0, although the window is claimed to be "more friendly to small screens," it's less friendly in at least HD because, compared to v7, rows throughout the UI are less compact.
Please, either return the display compactness of v7 or provide a compact option.
I want to see all of my filters, which I toggle as needed, in as short a window as possible. In v8, my list spans almost the entire display height vs. about half that in v7.
I reduced a bit the spacing and made it more consistent in https://github.com/wwmm/easyeffects/pull/4340
In 8.0.0, although the window is claimed to be "more friendly to small screens," it's less friendly in at least HD because, compared to v7, rows throughout the UI are less compact.
When I wrote that what I had in mind was the dynamic layout where the cards automatically go to a vertical column when the window width is reduced. The gtk code we had does not do that.