small fix: put combo boxes in another layout so that it looks nicer

This commit is contained in:
Volker Fischer 2014-02-24 20:23:19 +00:00
parent 292cf13a21
commit 121a0b4d69

View file

@ -466,7 +466,7 @@
<property name="title">
<string>Misc</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QCheckBox" name="chbOpenChatOnNewMessage">
<property name="text">
@ -482,7 +482,9 @@
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="lblAudioChannels">
<property name="text">
@ -490,13 +492,6 @@
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="cbxAudioChannels"/>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="lblAudioQuality">
<property name="text">
@ -504,11 +499,20 @@
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QComboBox" name="cbxAudioChannels"/>
</item>
<item>
<widget class="QComboBox" name="cbxAudioQuality"/>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout">
<item>