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">
|
||||
<string>Misc</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||
<item>
|
||||
<widget class="QCheckBox" name="chbOpenChatOnNewMessage">
|
||||
<property name="text">
|
||||
|
@ -481,31 +481,35 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||||
<item>
|
||||
<widget class="QLabel" name="lblAudioChannels">
|
||||
<property name="text">
|
||||
<string>Audio Channels</string>
|
||||
</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">
|
||||
<string>Audio Quality</string>
|
||||
</property>
|
||||
</widget>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||
<item>
|
||||
<widget class="QLabel" name="lblAudioChannels">
|
||||
<property name="text">
|
||||
<string>Audio Channels</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="lblAudioQuality">
|
||||
<property name="text">
|
||||
<string>Audio Quality</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="cbxAudioQuality"/>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
<widget class="QComboBox" name="cbxAudioChannels"/>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="cbxAudioQuality"/>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
|
|
Loading…
Reference in a new issue