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 @@ ...@@ -30,14 +30,14 @@
<string>_("General Audio")</string> <string>_("General Audio")</string>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<item row="0" column="0" colspan="3" > <item row="0" column="0" colspan="2" >
<widget class="QLabel" name="label_2" > <widget class="QLabel" name="label_2" >
<property name="text" > <property name="text" >
<string>_("Default volume")</string> <string>_("Default volume")</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="3" > <item row="0" column="2" colspan="2" >
<widget class="QSlider" name="defaultVolume" > <widget class="QSlider" name="defaultVolume" >
<property name="sizePolicy" > <property name="sizePolicy" >
<sizepolicy vsizetype="Minimum" hsizetype="Fixed" > <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