frontend/forms: Fix duplicate UI element name warning

horizontalLayout_5 was already used further up.
This commit is contained in:
Sebastian Beckmann
2025-05-31 23:44:51 +02:00
committed by Ryan Foster
parent b45f776ee3
commit cabe65cb98

View File

@@ -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>