hydrogen-music / hydrogen

The advanced drum machine for Linux, macOS, and Windows
http://www.hydrogen-music.org
GNU General Public License v2.0
1.04k stars 173 forks source link

Fix usability with large QT_SCALE_FACTOR (#1933) #1980

Closed theGreatWhiteShark closed 3 months ago

theGreatWhiteShark commented 3 months ago

In case one needed to increase the size of the application and Hydrogen was forced into its minimum size or below, usability was not good.

The minimum height of the application itself was too low resulting in the sample selection combo box being cut off.

In addition, the overall application was wrapped into a scroll area. Everything works as usual. But in case Hydrogen (its main window) is shrunk below its minimum size, scroll bars appear and make the remainder of the application still accessible.

Fixes #1933 and #1347.

In addition to the main windows, the following windows need to have overall scrollbars as well:

small dialogs I left untouched as they most probably do not cause problems