Roon requires fullscreen due to small resolution ( = 3200x1800)

@danny, in case Roon would reconsider at a future point of time, I got curious and investigated a little. In the screenshot I have tricked Roon to work non-fullscreen by increasing scaling Windows from 125% to 150% while Roon is active.

It could be there is a simple solution along these lines:

  1. In “album overview” mode, reduce the number of minimum allowed rows from three to two, this way the minimum height of the Roon window will be less than screen height when Windows is set to 150% scaling mode. (Haven’t calculated but it looks like this is a valid assumption)

  2. In the “album play” mode; the screenshot, make sure the black “player handles window” is not attached below other window segments, but only and always to the bottom of the Roon window, and with Z-value so that it is always on top of other window segments. In the screenshot, the player handles window is positioned below the screen bottom due to the rescaling trick. In Android, this would in a relative layout be: "attachParentBottom = “true”.

Should solve the problem at least in these two window types.