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.
This commit is contained in:
Eric Fontaine 2016-07-04 12:32:39 -04:00
parent 618b0308fc
commit 58675ebbed

View file

@ -2445,6 +2445,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="title">
<string>PulseAudio</string>
</property>