Set a minimum height on the equaliser sliders. Fixes #4380

This commit is contained in:
David Sansome 2014-06-01 20:45:14 +10:00
parent 3e51d13bc0
commit e72cd6648a
1 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,12 @@
<height>224</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>100</height>
</size>
</property>
<property name="windowTitle">
<string>Form</string>
</property>