Commit e414af52 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix very small layout issue in the preferences.

parent fbac8d84
......@@ -30,14 +30,14 @@
<string>_("General Audio")</string>
</property>
<layout class="QGridLayout" >
<item row="0" column="0" colspan="3" >
<item row="0" column="0" colspan="2" >
<widget class="QLabel" name="label_2" >
<property name="text" >
<string>_("Default volume")</string>
</property>
</widget>
</item>
<item row="0" column="3" >
<item row="0" column="2" colspan="2" >
<widget class="QSlider" name="defaultVolume" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Minimum" hsizetype="Fixed" >
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment