Added size rules for audio source combo boxes.

merge-requests/7/head
Elliott Liggett 2021-11-18 13:12:12 -08:00
rodzic db6a20d3d0
commit 1a03214f59
1 zmienionych plików z 30 dodań i 5 usunięć

Wyświetl plik

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>934</width>
<height>582</height>
<width>941</width>
<height>554</height>
</rect>
</property>
<property name="windowTitle">
@ -18,7 +18,7 @@
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>3</number>
<number>0</number>
</property>
<widget class="QWidget" name="mainTab">
<attribute name="title">
@ -2658,6 +2658,12 @@
</item>
<item>
<widget class="QComboBox" name="audioOutputCombo">
<property name="maximumSize">
<size>
<width>300</width>
<height>16777215</height>
</size>
</property>
<property name="accessibleName">
<string>Audio Output Selector</string>
</property>
@ -2672,11 +2678,30 @@
</item>
<item>
<widget class="QComboBox" name="audioInputCombo">
<property name="maximumSize">
<size>
<width>300</width>
<height>16777215</height>
</size>
</property>
<property name="accessibleName">
<string>Audio Input Selector</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_8">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
@ -2814,8 +2839,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>934</width>
<height>21</height>
<width>941</width>
<height>22</height>
</rect>
</property>
</widget>