mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-27 10:52:16 -04:00
frontend/forms: Fix duplicate UI element name warning
horizontalLayout_5 was already used further up.
This commit is contained in:
committed by
Ryan Foster
parent
b45f776ee3
commit
cabe65cb98
@@ -410,7 +410,7 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item row="9" column="1">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
||||
<property name="sizeConstraint">
|
||||
<enum>QLayout::SetDefaultConstraint</enum>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user