PulseAudio QGroupBox in MuseScore Preferences GUI for I/O is not tall enough to contain text.

• Jul 4, 2016 - 15:14
Reported version
2.1
Type
Graphical (UI)
Severity
3
Status
closed
Project

This is what lastest 3.0.0 build 863c9ac looks like on my arch linux x86-64 (Qt 5.7):

Screenshot at 2016-07-04 10:02:46.png


Comments

Severity

I should say I'm was on a new arch system which doesn't have pulseaudio installed.

After switching to alsa and restarting musescore, I still see that PulseAudio QBox is a little too small:

Screenshot at 2016-07-04 10:28:44.png

MuseScore 2.0.3 also has this QGroupBox (sorry not a "QBox") too small. Here is what 2.0.3 appimage looks on arch linux mate:

Screenshot at 2016-07-04 10:40:41.png

That looks the same for 2.0.3 arch linux's build, as well as when on lxde.

Seems if I set minimum height of that PulseAudio QGroupBox to 30 then looks ok:

Screenshot at 2016-07-04 11:08:24.png

Now I'm wondering if that will screw up something else, for instance if build with PULSE_AUDIO OFF...

ok, just to verify that I didn't mess up what this preferences gui looks like with PULSE_AUDIO OFF in CMakeLists, I recompiled and got:

Screenshot at 2016-07-04 12:23:36.png

which is the desired output (the pulse audio QGroupBox is invisible and doesn't take up space).

Severity
Reported version 3.0 2.1

No bad effect on Windows (which doesn't have PulseAudio). I guess this change should go into 2.0.4 too

Title PulseAudio QBox in MuseScore Preferences GUI for I/O is not tall enough to contain text. PulseAudio QGroupBox in MuseScore Preferences GUI for I/O is not tall enough to contain text.
Severity
Severity
Status (old) patch (code needs review) fixed

Fixed in branch master, commit 58675ebbed

fix #117301 PulseAudio QGroupBox min height

Make sure that the PulseAudio QGroupBox covers at least the bottom edge of the PulseAudio checkbox with consistent margin. Purely cosmetic fix, so doesn't look unprofessional.

Fixed in branch 2.0.4, commit a5f2547491

fix #117301 PulseAudio QGroupBox min height

Make sure that the PulseAudio QGroupBox covers at least the bottom edge of the PulseAudio checkbox with consistent margin. Purely cosmetic fix, so doesn't look unprofessional.