configure_layout.ui: Fix duplicated element names

This commit is contained in:
OpenSauce04 2024-06-29 19:42:56 +01:00
parent 58b8b4707c
commit 0ab1facf8e

View File

@ -297,7 +297,7 @@
<property name="title"> <property name="title">
<string>Bottom Screen</string> <string>Bottom Screen</string>
</property> </property>
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout_1">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="lb_bottom_x"> <widget class="QLabel" name="lb_bottom_x">
<property name="text"> <property name="text">
@ -421,15 +421,15 @@
<property name="title"> <property name="title">
<string>Single Screen Layout</string> <string>Single Screen Layout</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_5"> <layout class="QVBoxLayout" name="verticalLayout_6">
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout_4"> <layout class="QHBoxLayout" name="horizontalLayout_5">
<item> <item>
<widget class="QGroupBox" name="gb_top_screen_2"> <widget class="QGroupBox" name="gb_top_screen_2">
<property name="title"> <property name="title">
<string>Top Screen</string> <string>Top Screen</string>
</property> </property>
<layout class="QGridLayout" name="gridLayout_2"> <layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="lb_top_stretch"> <widget class="QLabel" name="lb_top_stretch">
<property name="text"> <property name="text">
@ -488,7 +488,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QGroupBox" name="gb_bottom_screen"> <widget class="QGroupBox" name="gb_bottom_screen_2">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>