Merge pull request #4514 from Danman3412/(QLabel)_is_already_in_use-Correct_Auto_Default

Fix Default Label is already in use
This commit is contained in:
Weiyi Wang 2018-12-16 11:26:16 -05:00 committed by GitHub
commit 37781b85e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@
<item>
<layout class="QHBoxLayout">
<item>
<widget class="QLabel" name="label">
<widget class="QLabel" name="label1">
<property name="text">
<string>Output Engine:</string>
</property>
@ -44,7 +44,7 @@
<item>
<layout class="QHBoxLayout">
<item>
<widget class="QLabel" name="label">
<widget class="QLabel" name="label2">
<property name="text">
<string>Audio Device:</string>
</property>