small fix: put combo boxes in another layout so that it looks nicer
This commit is contained in:
parent
292cf13a21
commit
121a0b4d69
1 changed files with 25 additions and 21 deletions
|
@ -466,7 +466,7 @@
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Misc</string>
|
<string>Misc</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="chbOpenChatOnNewMessage">
|
<widget class="QCheckBox" name="chbOpenChatOnNewMessage">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
@ -482,7 +482,9 @@
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||||
|
<item>
|
||||||
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="lblAudioChannels">
|
<widget class="QLabel" name="lblAudioChannels">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
@ -490,13 +492,6 @@
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<widget class="QComboBox" name="cbxAudioChannels"/>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="lblAudioQuality">
|
<widget class="QLabel" name="lblAudioQuality">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
@ -504,11 +499,20 @@
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
|
<item>
|
||||||
|
<widget class="QComboBox" name="cbxAudioChannels"/>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QComboBox" name="cbxAudioQuality"/>
|
<widget class="QComboBox" name="cbxAudioQuality"/>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout">
|
<layout class="QHBoxLayout">
|
||||||
<item>
|
<item>
|
||||||
|
|
Loading…
Reference in a new issue