Meson: Fix tab order in item settings

Change-Id: I0ff2303c64f18fef30dd5e5f06ea47291b036096
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Orgad Shaneh
2021-02-06 20:38:01 +02:00
committed by Orgad Shaneh
parent a8074f7dc0
commit 8a243aa6ca

View File

@@ -18,6 +18,9 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1">
<widget class="QLineEdit" name="mesonNameLineEdit"/>
</item>
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="_pathLbl"> <widget class="QLabel" name="_pathLbl">
<property name="text"> <property name="text">
@@ -28,9 +31,6 @@
<item row="1" column="1"> <item row="1" column="1">
<widget class="Utils::PathChooser" name="mesonPathChooser" native="true"/> <widget class="Utils::PathChooser" name="mesonPathChooser" native="true"/>
</item> </item>
<item row="0" column="1">
<widget class="QLineEdit" name="mesonNameLineEdit"/>
</item>
</layout> </layout>
</widget> </widget>
<customwidgets> <customwidgets>