1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-31 11:35:24 +01:00

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

View File

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